add gitconfig

This commit is contained in:
Guilherme Rugai Freire 2021-05-27 11:26:22 -03:00
parent 0edf667621
commit 7091166592

20
.gitconfig Normal file
View File

@ -0,0 +1,20 @@
# ____ ____ _____ _
# / ___| _ \| ___| __ ___(_)_ __ ___
# | | _| |_) | |_ | '__/ _ \ | '__/ _ \ Guilherme Rugai Freire
# | |_| | _ <| _|| | | __/ | | | __/ https://grfreire.com
# \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire
#
[user]
email = 41879254+GRFreire@users.noreply.github.com
name = Guilherme Rugai Freire
[core]
editor = vim
[alias]
st = status -sb
lg = log --pretty=format:'%Cred%h%Creset %C(bold)%cr%Creset %Cgreen<%an>%Creset %s' --max-count=30
unstage = reset HEAD --
undo = reset --soft HEAD~1
discard = checkout --