Advertisement
4tolexx

custom gitconfig

Feb 22nd, 2023
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. [alias]
  2. ll = log --pretty=oneline --abbrev-commit --max-count=15
  3. mm = !git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
  4.  
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement