Last Updated: February 25, 2016
·
346
· dsci

Git: Avoiding 'merge into commits' on pulling from remote branch

More a reminder to myself:

Before pushing to a remote branch, just pull with rebase:

git pull --rebase <remote> <branch>