aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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)