Skip to content

Instantly share code, notes, and snippets.

@nowakov
Last active June 12, 2018 13:17
Show Gist options
  • Save nowakov/4f87a9a560215dfe0050 to your computer and use it in GitHub Desktop.
Save nowakov/4f87a9a560215dfe0050 to your computer and use it in GitHub Desktop.
[user]
name = Mateusz Nowakowski
email = nowakov@gmail.com
[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