Now we could learn more about git.
Advanced reference
Clone a repository into a new directory
|
|
Switch branches
|
|
List branches
|
|
Create branches
|
|
Delete branches
|
|
Merge the branch into the current branch
|
|
Push the branch into the remote repository
|
|
Config the username and email of git
|
|
Pull the newest changes into the current banch
|
|
Build a tag
|
|
Look at all the tags
|
|
Delete the tag
|
|
Push the tag into the remote repository
|
|