Submit Process Related
View file changes and new files
Add new File
git add Your_file_path
//Add all Files
git add *
//Add a type of file
Simple submission of files
Submit all of your modified files and the files you added
Undo Modify a file
Discard all local modifications
Update Related
Update Remote Code
Show Merge Conflict file
View a merge conflict file
Add Resolve conflict files
Submit your changes to the trunk
Branch related
Create a new branch and cut to the branch
Toggle Branch
View the branch and the list of branches
Submit to a branch
Contrasting branch Differences
Merge a branch into your current branch
Delete a branch of a remote warehouse
Delete a branch
Label and project initialization
Configuration
Configure your user name and mailbox
git config--global user.name "Jack"
Conclusion
Git need to memorize the command summary to this end, I hope this article content for everyone's learning work can help, if there are questions can be a message discussion.