diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2021-01-21 10:56:01 +0100 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2021-01-21 10:56:01 +0100 |
commit | 5a5930df4a3899ff82569d903880394d5876abd3 (patch) | |
tree | d4d75c3ac7cfaa4c1c57236b2ee1cd010d375dd8 /.config | |
parent | 87d0730145bee6828763ee9e922f961cbd78a4b0 (diff) |
Add alias for 'stash pop'
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 8e68928..e4551be 100644 --- a/.config/git/config +++ b/.config/git/config @@ -138,6 +138,7 @@ sl = stash list sa = stash apply + sp = stash pop ss = stash save st = status --short |