LibraryCarpentry / lc-git

Library Carpentry: Introduction to Git
https://librarycarpentry.org/lc-git/
Other
23 stars 61 forks source link

How to use "git push..." #166

Open maneesha opened 6 months ago

maneesha commented 6 months ago

How could the content be improved?

In the Sharing your work episode, when we first introduce push we do so as follows:

$ git push -u origin main

Later, when we push again, we only use git push. Consider including an explanation of why the rest of the command was not included here.

Which part of the content does your suggestion apply to?

https://librarycarpentry.org/lc-git/03-sharing.html