Guest User

Untitled

a guest
Oct 20th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #!/bin/bash
  2. # Use this command to set an alias
  3. # Then 'git lg' will display your git branches
  4. # Use 'git lg -p' to display commit changes
  5. git config --global alias.lg log --color --graph --pretty=format:'%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --all
Add Comment
Please, Sign In to add comment