Skip to content

Commit b2caedc

Browse files
committed
Fix git cptob alias after rename of rr to rhu
1 parent 1d7ad7c commit b2caedc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

home/.gitconfig.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ cptob = !f() { \
9292
\
9393
for branch in "${@}"; do \
9494
git co "${branch}"; \
95-
git rr "${branch}"; \
95+
git rhu "${branch}"; \
9696
git pr; \
9797
git cp "${commit}"; \
9898
git pfor "${branch}${push_opts}"; \

0 commit comments

Comments
 (0)