mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
Update Stacked_Branches.md
Fix a typo.
This commit is contained in:
parent
8193731a82
commit
4d18b62c54
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ refactorings, one for backend changes, and one for frontend changes. Those
|
|||
branches would then all be stacked onto each other.
|
||||
|
||||
Git has support for rebasing such a stack as a whole; you can enable it by
|
||||
setting the git config `rebase.updateRfs` to true. If you then rebase the
|
||||
setting the git config `rebase.updateRefs` to true. If you then rebase the
|
||||
topmost branch of the stack, the other ones in the stack will follow. This
|
||||
includes interactive rebases, so for example amending a commit in the first
|
||||
branch of the stack will "just work" in the sense that it keeps the other
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue