Let's say a repository from which I clone (and only read-only for me) is:
git@github.com:secret_project/dev.git branch: dev
I forked project and URL:
git@github.com:secret_user/Dde.git
(Which I have full access to: read+write)
But someone updated git@github.com:secret_project/dev.git
from another forked version.
Let's say file changed on
git@github.com: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 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…