diff options
author | Starfall <us@starfall.systems> | 2020-08-25 12:46:04 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2020-08-25 12:46:04 -0500 |
commit | e575b587dc1024d6455949279fe4548bb4b028dd (patch) | |
tree | bb6eea80f0a19f03e7d91c0bd3d0a3a3f4b98fe9 /.config | |
parent | 3346355b4155cfb01c240498160eddebabd8e96c (diff) |
git: add 'unstage' alias
Diffstat (limited to '.config')
-rw-r--r-- | .config/git/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index c006c75..741169c 100644 --- a/.config/git/config +++ b/.config/git/config @@ -15,5 +15,6 @@ stashpull = !git stash && git pull && git stash pop stat = status tree = log --all --graph --oneline + unstage = restore --staged [gpg] program = gpg2 |