Answer the question
In order to leave comments, you need to log in
How to create a repository with an external connection that would be convenient to work with?
Hello!
There is a project (on github) that I would like to remake to fit my needs. Has its own git repository.
How is it correct (and most importantly more convenient for later use) to connect an external repository, so that it would be possible to "watch" changes from it, and merge into my branch only those changes (not always a complete commit from the external one) that I deem necessary?
At the same time, without worrying about writing something like: git push <_my_origin_> <_my_master_>, but just git push - to my origin master.
My changes to the remote repository will be merged very rarely.
Thank you!
Answer the question
In order to leave comments, you need to log in
At the same time, without worrying about writing something like: git push <_my_origin_> <_my_master_>, but just git push
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question