A
A
Alexander Buliterov2018-04-04 07:08:49
git
Alexander Buliterov, 2018-04-04 07:08:49

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

1 answer(s)
A
aol-nnov, 2018-04-04
@bullitufa

At the same time, without worrying about writing something like: git push <_my_origin_> <_my_master_>, but just git push

save on matches.
In my experience, I can say that explicit is better than implicit. when you in a team clearly indicate what, where and where, everything only wins.
Enivey, the answer to your question is here , do not be too lazy to read the rest of the chapters.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question