Git aliases Sync Add git config --global alias.sync "!git checkout dev && git pull && git checkout - && git merge -" Use git sync Note Tested for Windows only