aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-08-22 19:45:11 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2017-08-22 19:45:11 +0200
commit32382361cd17685338ec1c11a619af0b932cb837 (patch)
tree8115b72c1a7e8ba9bb7372dba84eafd5f7ffed28 /%HOME%
parent.gitconfig: remove alias.wdiff (diff)
downloadlinux-home-32382361cd17685338ec1c11a619af0b932cb837.tar.gz
linux-home-32382361cd17685338ec1c11a619af0b932cb837.zip
.gitconfig: group aliases
Diffstat (limited to '%HOME%')
-rw-r--r--%HOME%/.gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig
index d662d95..e4dee73 100644
--- a/%HOME%/.gitconfig
+++ b/%HOME%/.gitconfig
@@ -14,10 +14,12 @@
clean-all = clean -fdx
clean-ignored = clean -fdX
clean-unknown = clean -fd
+
l = log --oneline
# This is awesome: http://stackoverflow.com/a/1838938/514684
ll = log --graph --full-history --all --pretty=format:"%h%x09%d%x20%s"
lll = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x20%x1b[33m(%an)%x1b[0m"
+
xx = update-index --add --chmod=+x
[fetch]
prune = true