diff options
author | typebrook <typebrook@gmail.com> | 2018-10-07 12:45:34 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2018-10-07 12:45:34 +0800 |
commit | abf5acc0f53e46e1525a73e1d3b047aa4a9dd7dd (patch) | |
tree | a32c2a3f7668e687c9aab054bf58b48810264fb8 | |
parent | c75a050a488107a381700e48645a718d4efbd388 (diff) | |
parent | b2b4600bab9ab6327d5aa6bf5ba980c7ac7545e8 (diff) |
Merge branch 'master' of github.com:typebrook/settings
-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) | ||