Changes between Version 6 and Version 7 of cs222p-2018-fall-git


Ignore:
Timestamp:
Oct 3, 2018, 2:31:04 PM (7 years ago)
Author:
Qiushi Bai
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • cs222p-2018-fall-git

    v6 v7  
    119119shell> cd cs222p-fall18-team-99
    120120shell> 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
    123122shell> git add hello.cpp
    124123shell> git status