Skip to content

Instantly share code, notes, and snippets.

@rawman
Last active February 6, 2016 12:40
Show Gist options
  • Save rawman/9684176 to your computer and use it in GitHub Desktop.
Save rawman/9684176 to your computer and use it in GitHub Desktop.
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
# name = Tomek Romaniuk
# email = roman@Tomeks-MacBook-Pro.local
[color]
ui = auto
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
unstage = reset HEAD --
cob = checkout -b
cm = commit -m
amend = commit --amend
up = pull --rebase --prune
rv = checkout
mt = mergetool
rbc = rebase --continue
rbi = rebase --ignore
[user]
name = Tomek Romaniuk
email = tomasz.romaniuk@gmail.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment