Skip to content

Instantly share code, notes, and snippets.

@joestrong
Last active October 19, 2019 11:03
Show Gist options
  • Save joestrong/f13df0045d0ae05271776fa5496ac631 to your computer and use it in GitHub Desktop.
Save joestrong/f13df0045d0ae05271776fa5496ac631 to your computer and use it in GitHub Desktop.
Git Setup
git config --global alias.f "fetch --all -p"
git config --global alias.b "branch"
git config --global alias.ba "branch -a"
git config --global alias.m "merge --no-ff"
git config --global pager.branch false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment