Skip to content

Instantly share code, notes, and snippets.

@joaogabrielmp
Last active April 4, 2021 19:19
Show Gist options
  • Save joaogabrielmp/4bf752cbd468139d2ed2cde4ab76ad2a to your computer and use it in GitHub Desktop.
Save joaogabrielmp/4bf752cbd468139d2ed2cde4ab76ad2a to your computer and use it in GitHub Desktop.
[core]
editor = code --wait
[user]
name = joaogabrielmp
email = joaogabrielma@gmail.com
[alias]
s = !git status
ss = !git status -s
a = !git add
aa = !git add .
c = !git commit -m
ac = !git add --all && git commit -m
l = !git log --pretty=format:'%C(blue)%h %C(red)%d %C(white)%s - %C(cyan)%cn, %C(green)%cr'
[push]
followTags = true
[pull]
ff = only
[pager]
branch = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment