Skip to content

Instantly share code, notes, and snippets.

View socraticprogrammer's full-sized avatar
🎯
Focusing

Thalles Lossurdo socraticprogrammer

🎯
Focusing
View GitHub Profile
[user]
email = example@email.com
name = example
[core]
ignorecase = false
editor = code --wait
[alias]
st = !git status -s
co = !git add --all . && git commit -m
lg = !git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit