8000 Useful-git-command.md · Dream-git/my-git@6215185 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6215185

Browse files
committed
Useful-git-command.md
1 parent c519267 commit 6215185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Mac 和 Linux 系统推荐使用终端即可,Git 一开始的命令的确很
5252

5353

5454
# 实践备忘
55-
- 常用命令手册 [Git-cheat-sheet && Git常用命令列表](command-handbook/)
55+
- 常用命令手册 [Git-cheat-sheet](command-handbook/) [Git 日常开发常用命令](useful-git-command.md)
5656
- 总是使用 `git m 464D erge --no-ff` 而不是 `git merge` ,记录下分支的变更历史。 详情 http://stackoverflow.com/questions/9069061/what-is-the-difference-between-git-merge-and-git-merge-no-ff
5757
- 恰当的使用 `git pull --rebase` 避免不必要的merge记录。 详情 http://stackoverflow.com/questions/2472254/when-should-i-use-git-pull-rebase
5858
- [Git-flight-rules](https://github.com/k88hudson/git-flight-rules) 一些日常使用中的场景,比如提交错了分支、提交时的用户名邮箱不对、丢弃某些提交、未提交的代码直接提交到另外一个分支等等,很实用。

0 commit comments

Comments
 (0)
0