I dislike organizations that take open source things like git, and then extend them to add features making them propriety work flow lock in making it hard to move to a new platform
Another company was famous for this, they used to call it Embrace, Extend, Extinguish
What I will often do if I want to instantly mirror something to github:
Which will create a new remote with that name. Otherwise origin will be used, which can conflict if you already have an origin remote.It is also less typing.
[1]: https://github.com/github/hub