Skip to content

Instantly share code, notes, and snippets.

@guimaluf
Created June 13, 2018 21:50
Show Gist options
  • Save guimaluf/903ff24abce0711a892d19a597f1b179 to your computer and use it in GitHub Desktop.
Save guimaluf/903ff24abce0711a892d19a597f1b179 to your computer and use it in GitHub Desktop.
[user]
name = Guilherme Maluf
email = guimalufb@gmail.com
[color]
diff = auto
status = auto
branch = auto
[core]
excludesfile = /home/guimaluf/.gitignore
editor = /usr/bin/nvim
#pager = /bin/cat
[push]
default = current
[branch]
autosetuprebase = always
[alias]
co = checkout
ci = commit
cp = cherry-pick
st = status
br = !git --no-pager branch
re = rebase
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
amend = commit --amend --no-edit
fap = fetch -ap
show = show --oneline
[gitreview]
username = guimalufb
[rebase]
autoStash = true
[url "git+ssh://guimalufb@git.launchpad.net/"]
insteadof = lp:
[url "git+ssh://guimalufb@git.launchpad.net/~guimalufb/+git/"]
insteadof = lpme:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment