diff options
author | typebrook <typebrook@gmail.com> | 2018-11-16 10:09:22 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2018-11-16 10:09:22 +0800 |
commit | 6507f17c29242eb8ec9ea6637ba744f997613343 (patch) | |
tree | 6741fb4ab3ff94e8fde73d683ebf4d0316d1b0c6 | |
parent | a85558c66ee0b03473efdaeb5ccdff7a341b145c (diff) |
update
-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) |