Last active
October 19, 2019 11:03
-
-
Save joestrong/f13df0045d0ae05271776fa5496ac631 to your computer and use it in GitHub Desktop.
Git Setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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