We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7ad7c commit b2caedcCopy full SHA for b2caedc
1 file changed
home/.gitconfig.tmpl
@@ -92,7 +92,7 @@ cptob = !f() { \
92
\
93
for branch in "${@}"; do \
94
git co "${branch}"; \
95
- git rr "${branch}"; \
+ git rhu "${branch}"; \
96
git pr; \
97
git cp "${commit}"; \
98
git pfor "${branch}${push_opts}"; \
0 commit comments