We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: