Changed git shortcuts.

Signed-off-by: Jacob Kiers <jacob@alphacomm.nl>
This commit is contained in:
Jacob Kiers
2014-05-13 13:41:37 +02:00
parent e534a8de0e
commit f91e0e90ab
2 changed files with 10 additions and 17 deletions

View File

@ -20,21 +20,23 @@
safecrlf = false
mergeoptions = --no-edit
excludesfile = ~/.gitignore
[alias]
a = add
ua = reset HEAD
ap = add --patch
b = branch
c = commit --verbose
ca = commit -a --verbose
cm = commit -m --verbose
cam = commit -am --verbose
c = commit --verbose --signoff
cm = commit --verbose --signoff --message
co = checkout
d = diff --color-words
s = status -sb
d = diff
ds = diff --staged
l = log --graph --pretty=format:'%C(magenta)%h%C(blue)%d%Creset %s %C(blue bold)- %an, %ar%Creset'
ll = log --stat --abbrev-commit
conflicts = diff --name-only --diff-filter=U
r = rebase
s = status --short --branch
ua = reset HEAD
commerge = commit --no-edit
conflicts = diff --name-only --diff-filter=U
[push]
default = upstream