Skip to content

Instantly share code, notes, and snippets.

@willamesoares
Created September 16, 2018 21:23
Show Gist options
  • Save willamesoares/11d04747e960fd822a11dd763bc34ff5 to your computer and use it in GitHub Desktop.
Save willamesoares/11d04747e960fd822a11dd763bc34ff5 to your computer and use it in GitHub Desktop.
[user]
email = willame_soares@hotmail.com
name = Will Soares
[alias]
alias = config --get-regexp ^alias\\.
ci = commit
ps = push
st = status -s
co = checkout
br = branch
unstage = reset HEAD --
logs = log --max-count=10 --oneline --decorate=no
rb = rebase
mbr = for-each-ref --count=10 --sort=-committerdate refs/heads/ --format="%(refname:short)"
clog = log --oneline --no-merges <last tag>..
upstream= log --oneline --no-merges ..origin/feature/fonts
[core]
autocrlf = input
editor = vim
excludesfile = /home/willsoares/.gitignore_global
[pull]
rebase = true
[url "https://"]
insteadOf = git://
[credential]
helper = store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment