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
355 views
in Technique[技术] by (71.8m points)

从github上clone的代码如何push到另外一个平台?例如上传到码云之类的?环境是IjIdea

从github上clone的代码如何push到另外一个平台?例如上传到码云之类的?环境是IjIdea


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

1 Answer

0 votes
by (71.8m points)

第一步:

git remote add REMOTE_NAME ANOTHER_REPO_URL

第二步:

git push REMOTE_NAME BRANCH_NAME

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

...