(A) Basic Operation Git

In this section we will complete a program to modify the code from a local repository, submit and pushed to operate the remote repository.

2.1 pairs workspace modifications

 

 

2.2 add, modify, and undo changes to the staging area

 

 

 

 

 

2.3 View submission history

 

 

2.4 Configuring Personal Information

 

2.5 The author modify the temporary area
Now execute  git commit command generates a new submission, a must option  -m for providing the notes submitted by:

 

 

 

 

 

 

 

 

 

Reference: https://www.shiyanlou.com/courses/1035/learning/?id=9805

 

Guess you like

Origin www.cnblogs.com/exciting/p/11773691.html