Last active
July 29, 2016 17:24
-
-
Save mateusreis/79e304ef68a633dbf683c3847b02f58e to your computer and use it in GitHub Desktop.
Git alias for my log and branch all
This file contains hidden or 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.bra '!git branch --all' | |
git config --global alias.mylog '!git log --author="$(git config user.name)" --pretty=format:"%h - %an, %ar : %s" --author="$(git config user.name)" --pretty=format:"%h - %an, %ar : %s" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment