Skip to content

Instantly share code, notes, and snippets.

View landersonalmeida's full-sized avatar
🧪
Test everything

Landersson landersonalmeida

🧪
Test everything
View GitHub Profile
[core]
editor = code --wait
[user]
email = {your_email}
[push]
followTags = true
[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)%s - %C(cyan)%cn, %C(green)%cr'