diff options
Diffstat (limited to 'git')
| -rw-r--r-- | git/config | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -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 |
