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.

22 lines
1.3 KiB

  1. ┏┳┓┏━╸┏━┓┏━╸╻┏┓╻┏━╸ ┏━╸┏━╸
  2. ┃┃┃┣╸ ┣┳┛┃╺┓┃┃┗┫┃╺┓ ╺━╸ ┣╸ ┣╸
  3. ╹ ╹┗━╸╹┗╸┗━┛╹╹ ╹┗━┛ ╹ ╹
  4. - _fast-forward_ merge possible if HEAD direct ancestor
  5. - This allows for a clean, linear history on stable branches
  6. - helps with git blame, git bisect, git rebase -i
  7. ┌─────────────────────────────────────────────────────────────┐
  8. │[spranger@gitWorkshop/stagingArea] git merge more_int_changes│
  9. │Updating eff74ed..a2c365a │
  10. │Fast-forward │
  11. │ testfile1 | 4 ++-- │
  12. │ 1 file changed, 2 insertions(+), 2 deletions(-) │
  13. └─────────────────────────────────────────────────────────────┘
  14. - --ff, --no-ff, --ff-only