DevOps Guidebook
Linux
服务器
部署
代码管理
DevOps
Github
DevOps Guidebook
DevOps 完全知识体系
Linux
服务器
部署
代码管理
DevOps
Github
Git
概述
配置 git config
帮助 git help
初始化 git init
克隆 git clone
添加 git add
状态 git status
提交 git commit
撤销 git reset
删除 git rm
移动和重命名 git mv
分支 git branch
查看 git checkout
合并 git merge
储藏 git stash
标签 git tag
提取 git fetch
拉取 git pull
推送 git push
远程 git remote
日志 git log
差异 git diff
变基 git rebase
还原 git revert
操作日志 git reflog
移植 git cherry-pick
查询 git cat-file
排除文件 check-ignore
提交对象 commit-tree
计算 count-objects
差异索引 diff-index
参考输出 for-each-ref
文件信息 ls-files
合并祖先 merge-base
读入索引 read-tree
反序列提交 rev-list
rev-parse
show-ref
symbolic-ref
update-index
update-ref
verify-pack
write-tree
工作流
钩子
扩展
Q&A
Gitlab
GitLab
GitLab Flow
差异索引 diff-index