swcarpentry / git-novice

Version Control with Git
http://swcarpentry.github.io/git-novice/
Other
344 stars 927 forks source link

Remote episodes #840

Open kekoziar opened 3 years ago

kekoziar commented 3 years ago

perhaps add git remote set-url and/or git remote remove as a call-out in case learners have added the wrong URL when setting up remotes.

willnwalker commented 1 year ago

This would be a useful suggestion especially for those who have created and initialized a local repo, but now need to pull in remote changes or who have made an error in their initial configuration. It can also help reinforce the difference between the git commit and git push commands.