summaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2020-01-03 15:24:02 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2020-01-03 15:24:02 +0000
commit4c7e5d3e64ea0ee30ccf8e2ad6d98226caf75bc6 (patch)
treecbaa7adc37ae5c32bcd380bd9464fece37842933 /git
parent2dffb34f4d8971a8c1db8c9ed394a2ed2a3e6bd4 (diff)
Add a git alias
Diffstat (limited to 'git')
-rw-r--r--git/config9
1 files changed, 5 insertions, 4 deletions
diff --git a/git/config b/git/config
index 8d2c1be..2b6c09a 100644
--- a/git/config
+++ b/git/config
@@ -1,8 +1,9 @@
[alias]
- br = branch
- co = checkout
- di = diff
- st = status
+ br = branch
+ co = checkout
+ di = diff
+ dis = diff --staged
+ st = status
[branch]
autosetuprebase = always