summaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
Diffstat (limited to 'git')
-rw-r--r--git/config15
1 files changed, 8 insertions, 7 deletions
diff --git a/git/config b/git/config
index afd48eb..6878252 100644
--- a/git/config
+++ b/git/config
@@ -1,11 +1,12 @@
[alias]
- br = branch
- co = checkout
- di = diff
- dis = diff --staged
- fa = fetch --all --prune
- gi = grep -i
- st = status
+ br = branch
+ co = checkout
+ di = diff
+ dis = diff --staged
+ fa = fetch --all --prune
+ gi = grep -i
+ root = rev-parse --show-toplevel
+ st = status
[branch]
autoSetupRebase = always