mirror of
https://github.com/k88hudson/git-flight-rules.git
synced 2025-06-16 04:44:07 -03:00
Compare commits
2 Commits
ceae7a9f9d
...
ae38c27782
Author | SHA1 | Date | |
---|---|---|---|
ae38c27782 | |||
449e36d21b |
@ -336,6 +336,9 @@ $ git -c rebase.instructionFormat='%s%nexec GIT_COMMITTER_DATE="%cD" GIT_AUTHOR_
|
|||||||
```
|
```
|
||||||
|
|
||||||
`<commit>` is a commit before all your bad commits. If you need to change all of history in the current branch including the root of the branch, put `--root` there instead.
|
`<commit>` is a commit before all your bad commits. If you need to change all of history in the current branch including the root of the branch, put `--root` there instead.
|
||||||
|
|
||||||
|
If you need to change all of history, see the man page for `git filter-branch`.
|
||||||
|
|
||||||
Note this will change the history and a force push is required.
|
Note this will change the history and a force push is required.
|
||||||
|
|
||||||
### I want to remove a file from the previous commit
|
### I want to remove a file from the previous commit
|
||||||
|
Reference in New Issue
Block a user