diff options
| author | typebrook <typebrook@gmail.com> | 2019-04-13 16:21:48 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-04-13 16:21:48 +0800 |
| commit | f6581a09b576bf18de0e9c08d907159b5a4e6bbf (patch) | |
| tree | c0d3af4f13b186421e0aace5f205563c789f5af8 | |
| parent | 7fd509aa03bfe75fd1907b170c52185ae4266c51 (diff) | |
update
| -rw-r--r-- | alias | 1 | ||||
| -rw-r--r-- | tigrc | 4 |
2 files changed, 3 insertions, 2 deletions
| @@ -89,6 +89,7 @@ alias ta='tig --all' | |||
| 89 | alias ts='tig status' | 89 | alias ts='tig status' |
| 90 | alias tl='tig log' | 90 | alias tl='tig log' |
| 91 | alias ty='tig stash' | 91 | alias ty='tig stash' |
| 92 | alias tigr='tig refs' | ||
| 92 | 93 | ||
| 93 | # Android | 94 | # Android |
| 94 | alias debug='./gradlew app:installDebug && adb shell am start -n com.geothings.geobingan/.MainActivity_' | 95 | alias debug='./gradlew app:installDebug && adb shell am start -n com.geothings.geobingan/.MainActivity_' |
| @@ -84,8 +84,8 @@ bind main 3 >git commit --allow-empty -m "%(prompt Empty commit, enter message: | |||
| 84 | # merge | 84 | # merge |
| 85 | bind main m ?git merge %(commit) | 85 | bind main m ?git merge %(commit) |
| 86 | bind main M ?git merge %(branch) --no-ff | 86 | bind main M ?git merge %(branch) --no-ff |
| 87 | bind main gm ?git merge %(repo:remote) | 87 | bind main gm ?git merge %(remote)/%(branch) |
| 88 | bind main gM ?git merge %(repo:remote) --no-ff | 88 | bind main gM ?git merge %(remote)/%(branch) --no-ff |
| 89 | 89 | ||
| 90 | # push | 90 | # push |
| 91 | bind main p none | 91 | bind main p none |