R
R
Roman2018-02-15 16:17:56
git
Roman, 2018-02-15 16:17:56

Properly setting up a local git repository?

Tell me how to properly set up a git repository locally, the task is this, you need to constantly pull changes from the GitHub repository to another local repository (it belongs to another project and it also has its own repository on github) as a result, you need to pull it up on the local repository at any time changes from a remote other repository from any of its branches

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Stanislav Pugachev, 2018-02-15
@Stqs

Roman ,
Man, I didn't understand what you said to me, but you are close to me. You spoke and got through to the heart (c)
if you need to include one git repository in another, then use https://git-scm.com/docs/git-submodule
if you need the same local one to refer to several remote - then add an additional remote to the existing repository,
although I still do not quite understand what exactly you want

I
Ilnar25, 2018-02-15
@Ilnar25

If you have access to someone else's remote repository. Googled about git clone

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question