Last active
June 12, 2018 13:17
-
-
Save nowakov/4f87a9a560215dfe0050 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] | |
name = Mateusz Nowakowski | |
email = [email protected] | |
[alias] | |
br = branch | |
co = checkout | |
ci = commit | |
ca = commit --amend | |
rename = commit --amend -m | |
df = diff | |
dc = diff --cached | |
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit | |
lgp = log -p | |
st = status -sb | |
sts = status --short | |
today = log --oneline --author="Mateusz" --since="6am" | |
standup = log --oneline --since yesterday --author="Mateusz" | |
purr = pull --rebase --recurse-submodules | |
rh = reset --hard | |
rs = reset --soft | |
pr = pull-request | |
[color] | |
branch = auto | |
diff = auto | |
status = auto | |
ui = true | |
[push] | |
default = simple | |
[core] | |
excludesfile = /Users/nowakov/.gitignore | |
[credential] | |
helper = osxkeychain |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment