You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typo in "Add Git remote and push" section: "When you use -u option you set origin master as upstream and thus you can call after git push without the remote repo and branch."
Should be "When you use -u option you set origin master as upstream, and afterwards you can call git push without the remote repo and branch.
The text was updated successfully, but these errors were encountered:
At the end of 3.5 and 3.6, it shows to do git push origin master but it should either be just git push or add a sentence saying that you only need to do git push.
Location within the Course
Description
Typo in "Add Git remote and push" section: "When you use
-u
option you setorigin master
as upstream and thus you can call aftergit push
without the remote repo and branch."Should be "When you use
-u
option you setorigin master
as upstream, and afterwards you can callgit push
without the remote repo and branch.The text was updated successfully, but these errors were encountered: