Skip to content

Instantly share code, notes, and snippets.

@thiagolsfortunato
Last active August 4, 2020 14:43
Show Gist options
  • Save thiagolsfortunato/101cd0d21a1c1b2dec4ff3fb48dc739a to your computer and use it in GitHub Desktop.
Save thiagolsfortunato/101cd0d21a1c1b2dec4ff3fb48dc739a to your computer and use it in GitHub Desktop.
.gitconfig
[user]
email = thiagolsfortunato@mymail.com
name = thiagolsfortunato
[credential]
helper = cache --timeout=3600
[core]
excludesfile = /home/thiagofortunato/.gitignore
editor = /usr/bin/vim
[dude]
interval = 30
[alias]
tree = log --pretty='%Cgreen%h%Creset [%ai] %s %Cred<%Creset%an%Cred>' --decorate --graph
undo = reset --soft HEAD~1
s = status
[color]
ui = true
status = auto
branch = auto
grep = auto
diff = auto
[push]
default = current
[pull]
rebase = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment