DEV Community

Discussion on: Push to a forked pull request branch on GitHub—Am I doing this right?

Collapse
 
cjbrooks12 profile image
Casey Brooks

You could use hub, created by GitHub as a wrapper around the Git CLI to make it more natural to work with GitHub OSS projects. hub.github.com/

Alternatively, I find Git GUIs to be especially good at working with remotes and managing PRs, especially GitKraken. There's a lot I still do with my local Git CLI, but having a GUI for the less-frequently-used stuff is quite an invaluable tool.