I make this mistake every single time I release: I...
# general
h
I make this mistake every single time I release: I rename my
pantsbuild
remote to
origin
, because the deploy scripts require it, then forget to rename it back, and then absentmindedly
git push origin branch
instead of
git push myfork branch
.