
Untitled
By: a guest on
May 1st, 2012 | syntax:
None | size: 0.62 KB | hits: 12 | expires: Never
git aliases fails : 'Not a directory'
-rwxrwxr-x. 1 oleiade oleiade 732 Feb 8 10:32 /home/oleiade/.gitconfig
[alias]
ci = commit
amend = commit --amend
df = diff --ignore-space-change --stat
co = checkout
st = status
br = branch
tree = log --graph --pretty=oneline --decorate
unstage = reset --hard HEAD
undo = git reset --soft HEAD^
hist = log --pretty=format:"%h %ad | %s%d [%an]" --graph --date=short
merge = merge --no-ff
pushm = push origin master
pullm = pull origin master