diff options
author | typebrook <typebrook@gmail.com> | 2018-10-07 00:11:39 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2018-10-07 00:11:39 +0800 |
commit | b2b4600bab9ab6327d5aa6bf5ba980c7ac7545e8 (patch) | |
tree | 7f0e85cbb9298ed7466f3a55e11a304de3467d14 | |
parent | 267995f6c0114f404083cf8b1fc8808c4a9db41c (diff) |
add config for tig
-rw-r--r-- | .tigrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ | |||
1 | bind status P !git push | ||
2 | bind stash D !?git stash drop %(stash) | ||
3 | bind stash A !?git stash apply %(stash) | ||
4 | bind main c !?git checkout %(commit) | ||