Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
472 views
in Technique[技术] by (71.8m points)

git - keep branch in sync with main branch of different repo

Having two repositories with the following branches:

repo1:
  main
  versionX

repo2:
  main

How can I (manually) keep repo1.versionX in sync with repo2.main?

By "sync", I mean manually fetching repo2.main into repo1.versionX and don't see how to configure repo1 for this.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...