Push your local directories to GitHub
Assuming you are ready with your project directory and wanted to push into your github repository. Initialize directory with git git init -b main Add to staging and perform commitgit add . && git commit -m "intitial Commit" But you are unable t...
Aug 6, 20222 min read83
