Skip to content

Instantly share code, notes, and snippets.

@mateusreis
Last active July 29, 2016 17:24
Show Gist options
  • Save mateusreis/79e304ef68a633dbf683c3847b02f58e to your computer and use it in GitHub Desktop.
Save mateusreis/79e304ef68a633dbf683c3847b02f58e to your computer and use it in GitHub Desktop.
Git alias for my log and branch all
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