Uniform section titles.

This commit is contained in:
ZhongyiTong
2015-12-08 00:47:25 +08:00
parent 81d8955727
commit 7d31619d45
3 changed files with 5 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# Git钩子
# Git钩子:自定义你的工作流
> BY 童仲毅([geeeeeeeeek@github](https://github.com/geeeeeeeeek/git-recipes/))
>
@ -455,5 +455,4 @@ print "Moving '%s' from %s to %s" % (branch, old_commit, new_commit)
>
> 如果你觉得文章对你有帮助,欢迎点击右上角的***Star***:star2:或***Fork***:fork_and_knife:。
>
> 如果你发现了错误,或是想要加入协作,请参阅[Wiki协作说明](https://github.com/geeeeeeeeek/git-recipes/issues/1)。
> 如果你发现了错误,或是想要加入协作,请参阅[Wiki协作说明](https://github.com/geeeeeeeeek/git-recipes/issues/1)。

View File

@ -1,4 +1,4 @@
# 代码合并Merge还是Rebase
# 代码合并MergeRebase的选择
> BY 童仲毅([geeeeeeeeek@github](https://github.com/geeeeeeeeek/git-recipes/))
>
@ -216,5 +216,4 @@ git merge temporary-branch
>
> 如果你觉得文章对你有帮助,欢迎点击右上角的***Star***:star2:或***Fork***:fork_and_knife:。
>
> 如果你发现了错误,或是想要加入协作,请参阅[Wiki协作说明](https://github.com/geeeeeeeeek/git-recipes/issues/1)。
> 如果你发现了错误,或是想要加入协作,请参阅[Wiki协作说明](https://github.com/geeeeeeeeek/git-recipes/issues/1)。

View File

@ -1,4 +1,4 @@
# Reset、CheckoutRevert
# 代码回滚:Reset、CheckoutRevert的选择
> BY 童仲毅([geeeeeeeeek@github](https://github.com/geeeeeeeeek/git-recipes/))
>
@ -141,8 +141,6 @@ git checkout HEAD~2 foo.py
| git revert | 提交层面 | 在公共分支上回滚更改 |
| git revert | 文件层面 | (然而并没有) |
> 这篇文章是[**『git-recipes』**](https://github.com/geeeeeeeeek/git-recipes/)的一部分,点击[**目录**](https://github.com/geeeeeeeeek/git-recipes/wiki/)查看所有章节。
>
> 如果你觉得文章对你有帮助,欢迎点击右上角的***Star***:star2:或***Fork***:fork_and_knife:。