Skip to content

Instantly share code, notes, and snippets.

View AdaltonLeite's full-sized avatar
🧩
Focusing

Adalton Júnio AdaltonLeite

🧩
Focusing
  • Marcado Livre
  • Brazil
View GitHub Profile
// Custom git config
[user]
name = xxx
email = xx@xxx.com
[core]
editor = code
[alias]
c = !git add --all && git commit -m
s = !git status -s
l = !git log --pretty=format:'%C(blue)%h%C(red)%d %C(white) - %C(cyan)%cn, %C(green)%cr'