简体   繁体   中英

How to update GitHub forked repository using TortoiseGIT?

I forked a repository, made some changes, submitted a pull request, and had my changes accepted. Now several months later my branch doesn't have any of the changes other contributors have made.

I've found this info: How do I update a GitHub forked repository?

Which was somewhat useful, but I'm using TortoiseGIT, not the command line GIT. So these instructions don't work for me. How would I manage this with TortoiseGIT?

Charles.

Since your branch has been accepted and merge into the original repo, you don't need it anymore.

You can simply update your local master to reflect the original repo master branch, by pulling it.
See " Can I update a forked project, on git, to the original/master copy? ", for TortoiseGit instruction.

The TortoiseGit pull dialog box will allow you to chose the remote repo from which you want to pull.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM