aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2018-11-16 10:09:22 +0800
committertypebrook <typebrook@gmail.com>2018-11-16 10:09:22 +0800
commit6507f17c29242eb8ec9ea6637ba744f997613343 (patch)
tree6741fb4ab3ff94e8fde73d683ebf4d0316d1b0c6
parenta85558c66ee0b03473efdaeb5ccdff7a341b145c (diff)
update
-rw-r--r--.tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.tigrc b/.tigrc
index e9e0b25..a937088 100644
--- a/.tigrc
+++ b/.tigrc
@@ -1,4 +1,5 @@
1bind main P !git push 1bind main P !git push
2bind stash D !?git stash drop %(stash) 2bind stash D !?git stash drop %(stash)
3bind stash A !?git stash apply %(stash) 3bind stash A !?git stash apply %(stash)
4bind status D !rm %(file)
4bind main c !?git checkout %(commit) 5bind main c !?git checkout %(commit)