mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
add gitconfig
This commit is contained in:
parent
0edf667621
commit
7091166592
20
.gitconfig
Normal file
20
.gitconfig
Normal 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 --
|
||||
Loading…
Reference in New Issue
Block a user