Created
September 16, 2018 21:23
-
-
Save willamesoares/11d04747e960fd822a11dd763bc34ff5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
email = [email protected] | |
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