aboutsummaryrefslogtreecommitdiff
path: root/gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
index 0fef859..de6c05c 100644
--- a/gitconfig
+++ b/gitconfig
@@ -10,3 +10,11 @@
gpgsign = true
[merge]
tool = vimdiff
+[alias]
+ co = checkout
+ ci = commit
+ st = status
+ br = branch
+ hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
+ type = cat-file -t
+ dump = cat-file -p