Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.39 KB | None | 0 0
  1. f1() { git --no-pager log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)%an <%ae>%Creset' --abbrev-commit --after=6am "$@" && echo -e '\n' && git --no-pager log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cD) %C(bold blue)%an <%ae>%Creset' --abbrev-commit --before=6am "$@"; }; f2() { f1 "$@" | less -FIRX; }; f2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement