arundhaj

all that is technology

Merging an upstream repository into your fork with TortoiseGit

 

To update your GitHub forked repository to that of the remote using TortoiseGit, follow the below listed steps:

  • Add upstream repository that has to be synced with your fork

TortoiseGit -> Settings -> Remote

Add Upstream

  • Fetch the upstream repository

TortoiseGit -> Fetch

Fetch

  • Pull the upstream repository

TortoiseGit -> Pull

Pull

  • Resolve any merge conflicts

  • Push to the origin master branch

TortoiseGit -> Push

Push

Hope this helps!

  GIT

Comments