Git 命令,介绍Git 命令的使用,详细介绍各个Git命令的使用,按照不同的维度进行划分。
Git 设置和配置
| git命令 |
命名说明 |
| git config |
|
| git help |
|
| .gitignore |
|
Git 创建和获取项目
| git命令 |
命名说明 |
| git init |
|
| git clone |
|
Git 代码提交
| git命令 |
命名说明 |
| git add |
|
| git status |
|
| git diff |
|
| git difftool |
|
| git commit |
|
| git reset |
|
| git rm |
|
| git mv |
|
| git clean |
|
Git 分支与合并
| git命令 |
命名说明 |
| git branch |
|
| git checkout |
|
| git merge |
Git合并commit |
| git mergetool |
|
| git log |
|
| git stash |
|
| git tag |
|
Git 分享和更新项目

| git命令 |
命名说明 |
| git fetch |
|
| git pull |
|
| git push |
|
| git remote |
|
| git archive |
|
| git submodule |
|
Git 检查和比较
| git命令 |
命名说明 |
| git show |
|
| git shortlog |
|
| git describe |
|
Git 调试
| git命令 |
命名说明 |
| git bisect |
|
| git blame |
|
| git grep |
|
Git 补丁
| git命令 |
命名说明 |
| git cherry-pick |
|
| git rebase |
|
| git revert |
|
Git 邮件
| git命令 |
命名说明 |
| git apply |
|
| git am |
|
| git format-patch |
|
| git imap-send |
|
| git send-email |
|
| git request-pull |
|
Git 外部系统
| git命令 |
命名说明 |
| git svn |
|
| git fast-import |
|
Git 管理
| git命令 |
命名说明 |
| git gc |
|
| git fsck |
|
| git reflog |
|
| git filter-branch |
|
本文链接:http://so.lmcjl.com/news/23044/