diff options
| author | typebrook <typebrook@gmail.com> | 2019-12-25 12:10:48 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-12-25 12:10:48 +0800 |
| commit | c4b487095fae8eff858ccf7e5d0958652c78b92a (patch) | |
| tree | d95ef79d04092d2375d2f312a1f5362f374a6f29 /tigrc | |
| parent | 28160b5e8d8b75a99518c54f64da438cee4d1cdd (diff) | |
update
Diffstat (limited to 'tigrc')
| -rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -94,7 +94,7 @@ bind main 1 +sh -c "git rev-list --all --children | \ | |||
| 94 | bind main b none | 94 | bind main b none |
| 95 | bind main bn @git branch "%(prompt Enter branch name: )" %(commit) | 95 | bind main bn @git branch "%(prompt Enter branch name: )" %(commit) |
| 96 | bind main bN @git branch %(branch) --track %(remote)/%(branch) | 96 | bind main bN @git branch %(branch) --track %(remote)/%(branch) |
| 97 | bind main bu @git branch --set-upstream-to="%(prompt Set remote/branch: )" | 97 | bind main bu @git branch --set-upstream-to="%(prompt Set remote: )" %(branch) |
| 98 | bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit) | 98 | bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit) |
| 99 | bind generic bd @git branch -d "%(prompt Delete branch: )" | 99 | bind generic bd @git branch -d "%(prompt Delete branch: )" |
| 100 | bind main bbd @git branch -d %(branch) | 100 | bind main bbd @git branch -d %(branch) |