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

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