# Disadvantage: No proper history, because only one branch visible in log
# after fast-forward - merge
# Important that no changes are in master right before merging
git checkout master
git merge feature/4711
git merge --no-ff feature/4711
# Disadvantage: No proper history, because only one branch visible in log
# after fast-forward - merge
# Important that no changes are in master right before merging
git checkout master
git merge feature/4711
git merge --no-ff feature/4711