File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -102,18 +102,14 @@ SHA of the commit it should be squashed into.
102
102
103
103
3. If you are satisfied with the output, `git rebase -i --autosquash` to
104
104
squash the `fixup!` commits into their predecessors. You can set the
105
- [GIT_SEQUENCE_EDITOR][] environment variable if you don't need to edit
106
- the rebase TODO file.
105
+ https://stackoverflow.com/a/29094904 [GIT_SEQUENCE_EDITOR] environment
106
+ variable if you don't need to edit the rebase TODO file.
107
107
108
108
4. If you are not satisfied (or if something bad happened), `git reset
109
109
--soft` to the pre-absorption commit to recover your old state. (You can
110
- find the commit in question with `git reflog`.) And if you think `git
111
- absorb` is at fault, please [file an issue][].
112
-
113
- .............................................................................
114
- [GIT_SEQUENCE_EDITOR]: https://stackoverflow.com/a/29094904
115
- [file an issue]: https://github.com/tummychow/git-absorb/issues/new
116
- .............................................................................
110
+ find the commit in question with `git reflog`.) And if you think
111
+ `git absorb` is at fault, please
112
+ https://github.com/tummychow/git-absorb/issues/new[file an issue].
117
113
118
114
CONFIGURATION
119
115
-------------
You can’t perform that action at this time.
0 commit comments