You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

20 lines
1.1 KiB

┏━┓┏━╸┏┓ ┏━┓┏━┓╻┏┓╻┏━╸
┣┳┛┣╸ ┣┻┓┣━┫┗━┓┃┃┗┫┃╺┓
╹┗╸┗━╸┗━┛╹ ╹┗━┛╹╹ ╹┗━┛
Allows to move bases of branches (and more)
- Most common usage: Update the base of your branch if outdated
- Common strategy to _always_ ensure fast-forward merges
- Very helpful in complicated branching settings
Important Note:
┌─────────────────────────────────────────────────────────┐
│Do not rebase commits that exist outside your repository │
│ and that people (may) have based work on. │
└─────────────────────────────────────────────────────────┘