Skip to content

Instantly share code, notes, and snippets.

View guumaster's full-sized avatar
:octocat:
⌨️

Gustavo Marin guumaster

:octocat:
⌨️
View GitHub Profile
@asabaylus
asabaylus / git-vlog
Last active June 21, 2022 20:45
Git visual log for the console
# Git visual log displays commit tree view with who did what when and in which branch
git config --global alias.vlog 'log --graph --date-order --date=relative --pretty=format:"%C(cyan)%h: %Cblue - %an - %Cgreen %C(cyan)%ar:%Creset%n%s%n" --color'