init config
1 | $ git config --global user.name lazycece |
仓库相关
1 | # 添加远程仓库 |
分支操作
1 | # 本地仓库当前分支push到远程 |
stash 操作
1 | # 暂存当前修改 |
merge 操作
1 | git merge --no-ff branch-name |
tag 操作
1 | # 列出所有tag |
A thousand miles begins with a single step .
1 | $ git config --global user.name lazycece |
1 | # 添加远程仓库 |
1 | # 本地仓库当前分支push到远程 |
1 | # 暂存当前修改 |
1 | git merge --no-ff branch-name |
1 | # 列出所有tag |