Location within the Course
- Section:3
- Lesson:1
- Language:en
Description
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.
Location within the Course
Description
Typo in "Add Git remote and push" section: "When you use
-uoption you setorigin masteras upstream and thus you can call aftergit pushwithout the remote repo and branch."Should be "When you use
-uoption you setorigin masteras upstream, and afterwards you can callgit pushwithout the remote repo and branch.