Hacker News new | ask | show | jobs
by OJFord 3684 days ago
Yes, it's local-only. This would seem to have a very limited use case.

Even then, you could always just maintain different local/remote branch names and not need the scripts (git push <remote-repo> <local-branch>:<remote-branch> - and of course, you can set that as default).