diff options
-rw-r--r-- | .tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ | |||
1 | bind main P !git push | 1 | bind main P !git push |
2 | bind stash D !?git stash drop %(stash) | 2 | bind stash D !?git stash drop %(stash) |
3 | bind stash A !?git stash apply %(stash) | 3 | bind stash A !?git stash apply %(stash) |
4 | bind status D !rm %(file) | ||
4 | bind main c !?git checkout %(commit) | 5 | bind main c !?git checkout %(commit) |