Skip to content

Instantly share code, notes, and snippets.

View nhasbun's full-sized avatar

Nicolas Hasbun nhasbun

  • Santiago, Chile
View GitHub Profile
@Omerr
Omerr / git lol.md
Last active March 11, 2024 06:09
git lol - an alias to Git that shows the commit graph in a pretty format

log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit

To configure as an alias git lol:

git config --global alias.lol "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)&lt;%an&gt;%Creset' --abbrev-commit"

@DraTeots
DraTeots / ComPort over Network.md
Last active April 29, 2024 06:25
ComPort over Network