How to get a new branch in an old fork #418
-
Everything is in the title : |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
To sync/get a specific branch Here is how :
origin is the default remote name used when you fetch/pull/push with git without arguments.
I didn't find a way through the github web site. |
Beta Was this translation helpful? Give feedback.
To sync/get a specific branch
if the fork sync button is not working for new branches. You need to use the git remotes to get the modification and push it to your fork projet.
Here is how :
What are my current remotes :
origin is the default remote name used when you fetch/pull/push with git without arguments.
# git add remote pymodaq https://github.com/PyMoDAQ/PyMoDAQ.git