Minor changes, alias for status -s

This commit is contained in:
Georgi Gardev
2013-07-07 13:49:46 +03:00
parent 921e6846e8
commit 97924221ea
+7 -5
View File
@@ -1,11 +1,12 @@
# local user config, usernames, etc
[include]
path=~/.gitconfig-local
[core]
editor = vim
editor = vim
[merge]
tool = meld
tool = meld
[diff]
tool = meld
[color]
diff = auto
status = auto
@@ -15,7 +16,8 @@
[alias]
# Shorten some often used commands
c = commit
s = status
ss = status
s = status -s
ds = diff --staged
amend = commit --amend -c HEAD
oops = reset --soft HEAD~1
@@ -29,4 +31,4 @@
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
ll = log --graph --date=short
[push]
default = simple
default = simple