-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
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
Usage of the **upstream** keyword in Episode 3 can cause confusion #77
Comments
Hi @nturaga, |
I was hoping we could avoid the use of That sentence works without the upstream as well |
Sounds good. Are you comfortable sending a pull request? |
This PR addresses LibraryCarpentry#77. The `upstream` word needs to be explained as it is not clear "where" it comes from, to new users of git.
Closed by #86 |
This PR addresses #77. The `upstream` word needs to be explained as it is not clear "where" it comes from, to new users of git.
In Episode 3: Pushing Changes
Do not use the word upstream to represent the transmission of the
.git
metadata the remote repository.The flag
-u
hasn’t been explained in the context of setting a upstream branch or tracking branch. The usage of the word ‘upstream’ would make more sense if the-u
is explained along with it’s long form flag--set-upstream
.Another reason, to avoid using this term is because the name
upstream
is sometimes used to track remotes other than theorigin
.The excerpt from the episode 3 that I refer to is copied below:
Thanks for contributing! If this contribution is for instructor training, please send an email to checkout@carpentries.org with a link to this contribution so we can record your progress. You’ve completed your contribution step for instructor checkout just by submitting this contribution.
If this issue is about a specific episode within a lesson, please provide its link or filename.
Please keep in mind that lesson maintainers are volunteers and it may be some time before they can respond to your contribution. Although not all contributions can be incorporated into the lesson materials, we appreciate your time and effort to improve the curriculum. If you have any questions about the lesson maintenance process or would like to volunteer your time as a contribution reviewer, please contact The Carpentries Team at team@carpentries.org.
The text was updated successfully, but these errors were encountered: