The Git download

Git configuration

$ git config --global user.name "Leung Wai-chung"$git config --global user.email "[email protected]"Copy the code

Git needs to be known

1. Remote warehouse

2. Local warehouse

3, branch

4, node,

Git – A Simple Guide

Pro Git edition 2 (Simplified Chinese Version)

Compilers and plug-ins

1. IDEA editor

2. Use ignore plug-in

1. Submit the new project to GitHub repository



[Watch video]

2. Create a branch



[Watch video]

3. Merge branches



[Watch video]

4. Roll back the node

(Mixed)

-- Mixed is the default argument to reset. It resets the index and HEAD rollback state to the specified node. The local file contents will not change, so commit push once!Copy the code

Because giFs are too large, please [watch video] or visit [GitHub]

5. Delete branches



GitHub article address