diff options
| author | 2022-08-17 17:23:55 -0400 | |
|---|---|---|
| committer | 2022-08-17 17:23:55 -0400 | |
| commit | 36cac70ef4fae753179dc6312dcd051ecf8f3964 (patch) | |
| tree | 24b846df4561707ac441b4c1bdded2c3354bd03d /dot_config/git | |
| parent | update git config (diff) | |
git: add root alias
Diffstat (limited to '')
| -rw-r--r-- | dot_config/git/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_config/git/config b/dot_config/git/config index 0c2eaec..69297ab 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -15,6 +15,7 @@ pf = push --force st = status stat = diff --stat + root = rev-parse --show-toplevel [apply] whitespace = warn [color] |
