Skip to content

Instantly share code, notes, and snippets.

View sandrooliveira's full-sized avatar

Sandro Oliveira sandrooliveira

View GitHub Profile
@edysegura
edysegura / .gitconfig
Last active July 11, 2019 14:50
[Git] Awesome git tips
git config --global alias.hist "log --pretty=format:'%C(yellow)%h%Creset %ad | %s%d %Cgreen[%an]%Creset' --graph --date=short"
git config --global core.safecrlf false