diff options
Diffstat (limited to '.tigrc')
| -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) | ||