mirror of
https://github.com/k88hudson/git-flight-rules.git
synced 2025-06-16 04:44:07 -03:00
Compare commits
2 Commits
aefc20702d
...
c3df156871
Author | SHA1 | Date | |
---|---|---|---|
c3df156871 | |||
0b1f7bcdaf |
@ -625,7 +625,7 @@ This tells rebase that you want to edit your third last commit and keep the othe
|
||||
(your-branch)$ git commit --amend
|
||||
```
|
||||
|
||||
which tells Git to recreate the commit, but to leave the commit message unedited. Having done that, the hard part is solved.
|
||||
which tells Git to recreate the commit. Also, Git will ask you to write a new commit message, using the original commit message as a starting point. Having done that, the hard part is solved.
|
||||
|
||||
```sh
|
||||
(your-branch)$ git rebase --continue
|
||||
|
1445
README_zh-TW.md
1445
README_zh-TW.md
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user