When using Git is it possible to use a different folder name on desktop than the project name on Github?
For example is there a way to accomplish this?
Github: /codeWars-someTest
Desktop: /someTest
In my case on the desktop the repo will already exist in a codeWars folder.
/codeWars/sometest
Yes, the root folder name has nothing to do with the GitHub repository name
cd /codeWars/sometest
git remote add origin https://github.com/<you>/codeWars-someTest
From there, you can add/commit and push: that will go into the GitHub codeWars-someTest
repository.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With