DEV Community

Ferchote
Ferchote

Posted on

Cool Git aliases

HIST

git config --global alias.hist "log --pretty=format:'%C(blue)%ad%C(reset) %C(green)%h%C(reset) %C(reset)%s %C(bold green)<%an>%C(reset) %C(yellow)%d%C(reset)' --graph --date=format:'%Y-%m-%d %H:%M'"
Enter fullscreen mode Exit fullscreen mode

Top comments (0)