Open maneesha opened 6 months ago
In the Sharing your work episode, when we first introduce push we do so as follows:
push
$ 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.
git push
https://librarycarpentry.org/lc-git/03-sharing.html
How could the content be improved?
In the Sharing your work episode, when we first introduce
push
we do so as follows: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