mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 04:35:25 +02:00
git-rebase: commit hash usage in interactive mode (#2123)
This commit is contained in:
parent
3340fe1400
commit
7acb97fd3c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Start an interactive rebase, which allows the commits to be reordered, omitted, combined or modified:
|
||||
|
||||
`git rebase -i {{target_base_branch}}`
|
||||
`git rebase -i {{target_base_branch_or_commit_hash}}`
|
||||
|
||||
- Continue a rebase that was interrupted by a merge failure, after editing conflicting files:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue