git - How can I apply changes of a forked repository? -


i have started working github. created new repository. else have forked repository. want know how can apply commits on original repository.

i'm agreed it's duplicate answer there bit overhead...

you can git pull <fork_repository_address> <fork_branch>


Comments

Popular posts from this blog

c# - Sort XmlNodeList with a specific Node value -

actionscript 3 - Equivalent to moveReceived in ElectroServer 5 -

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -