Skip to content

Commit

Permalink
Merge pull request geeeeeeeeek#22 from lifesign/hotfix-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
Zhongyi Tong authored Mar 20, 2017
2 parents 497ec26 + e9c11ff commit 397a282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/重写项目历史.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ git merge new-feature

## git rebase -i

`-i`标记运行`git rebase`开始交互式rebase。交互式rebase给你在过程中修改单个提交的机会,而不是盲目地将所有提交都移到新的基上。你可以移除、分割提交,更改提交的顺序。它就像是打了鸡血的`git commit --amendy`一样。
`-i`标记运行`git rebase`开始交互式rebase。交互式rebase给你在过程中修改单个提交的机会,而不是盲目地将所有提交都移到新的基上。你可以移除、分割提交,更改提交的顺序。它就像是打了鸡血的`git commit --amend`一样。

### 用法

Expand Down

0 comments on commit 397a282

Please sign in to comment.