diff options
author | typebrook <typebrook@gmail.com> | 2019-04-29 15:48:09 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-04-29 15:48:09 +0800 |
commit | 79632bd3b5c0e9111190c56259698c611912684e (patch) | |
tree | 1a168dc83ef67dcb4bc13e7636ae79a465438b89 | |
parent | 038716d8bf92001704374df152f95e796532e1c5 (diff) |
update
-rw-r--r-- | alias | 1 | ||||
-rw-r--r-- | tigrc | 7 |
2 files changed, 5 insertions, 3 deletions
@@ -148,6 +148,7 @@ alias cdS='cd ~/git/StreetComplete' | |||
148 | alias and='cd ~/git/geoBingAn.Android' | 148 | alias and='cd ~/git/geoBingAn.Android' |
149 | alias mm='mkvmerge -o out.webm -w 01.webm + 02.webm' | 149 | alias mm='mkvmerge -o out.webm -w 01.webm + 02.webm' |
150 | alias cdc='cd ~/git/openmaptiles/layers/transportation' | 150 | alias cdc='cd ~/git/openmaptiles/layers/transportation' |
151 | alias cdl='cd ~/git/LiveVideoBroadcaster' | ||
151 | 152 | ||
152 | repo='git@github.com' | 153 | repo='git@github.com' |
153 | typebrook='git@github.com:typebrook' | 154 | typebrook='git@github.com:typebrook' |
@@ -102,9 +102,9 @@ bind main pu ?git pull | |||
102 | bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch) | 102 | bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch) |
103 | 103 | ||
104 | # reset/rebase/revert | 104 | # reset/rebase/revert |
105 | bind main u ?git reset %(commit) | 105 | bind main uu ?git reset %(commit) |
106 | bind main U ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" | 106 | bind main us ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" |
107 | bind main gu ?git reset %(commit) --hard | 107 | bind main uh ?git reset %(commit) --hard |
108 | bind main R !?git rebase -i %(commit) | 108 | bind main R !?git rebase -i %(commit) |
109 | bind main ! ?git revert %(commit) | 109 | bind main ! ?git revert %(commit) |
110 | 110 | ||
@@ -114,6 +114,7 @@ bind main TN !git tag "%(prompt Enter tag name: )" %(commit) -a | |||
114 | bind main Ts >tig show %(tag) | 114 | bind main Ts >tig show %(tag) |
115 | bind main Td @git tag -d "%(prompt Delete tag: )" | 115 | bind main Td @git tag -d "%(prompt Delete tag: )" |
116 | bind main Tp ?git push --tags | 116 | bind main Tp ?git push --tags |
117 | bind main pt ?git push %(remote) %(tag) | ||
117 | bind main TTd @git tag -d %(tag) | 118 | bind main TTd @git tag -d %(tag) |
118 | 119 | ||
119 | # android | 120 | # android |