Let's say a repository from which I clone (and only read-only for me) is:
[email protected]:secret_project/dev.git branch: dev
I forked project and URL:
[email protected]:secret_user/Dde.git
(Which I have full access to: read+write)
But someone updated [email protected]:secret_project/dev.git
from another forked version.
Let's say file changed on
[email protected]:secret_project/dev.git (test.txt)
content:
hi!
But my forked project has test.txt
file with content:
hi
So how do I update the forked project locally and in my repository?
Which commands should I use? And please make an example with my showed repositories...
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…