Changes between Version 6 and Version 7 of cs222p-2018-fall-git
- Timestamp:
- Oct 3, 2018, 2:31:04 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cs222p-2018-fall-git
v6 v7 119 119 shell> cd cs222p-fall18-team-99 120 120 shell> git checkout bob-feature1 - She is initially on master branch. This statement changes her branch bob-feature1 branch. She can now see project 1 code and does the required changes. 121 shell> cd project1 122 MODIFY THE FILE hello.cpp 121 ---- MODIFY THE FILE hello.cpp 123 122 shell> git add hello.cpp 124 123 shell> git status