aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2018-10-07 00:11:39 +0800
committertypebrook <typebrook@gmail.com>2018-10-07 00:11:39 +0800
commitb2b4600bab9ab6327d5aa6bf5ba980c7ac7545e8 (patch)
tree7f0e85cbb9298ed7466f3a55e11a304de3467d14
parent267995f6c0114f404083cf8b1fc8808c4a9db41c (diff)
add config for tig
-rw-r--r--.tigrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.tigrc b/.tigrc
new file mode 100644
index 0000000..e2ad6da
--- /dev/null
+++ b/.tigrc
@@ -0,0 +1,4 @@
1bind status P !git push
2bind stash D !?git stash drop %(stash)
3bind stash A !?git stash apply %(stash)
4bind main c !?git checkout %(commit)