[vtk-developers] Keeping in fork in sync

Brad King brad.king at kitware.com
Tue Mar 17 13:46:13 EDT 2015


On 03/17/2015 01:31 PM, Bill Lorensen wrote:
> How do I keep my fork in sync with the vtk repo?

Whenever you do 'git gitlab-push' to push one of your topics
it will also fetch 'master' from the main repo and push that
to your fork along with your topic.

In general you don't need to ever reference 'master' in your
fork so it doesn't matter whether it stays updated.  If you
do want to update it manually you can do

 $ git checkout master
 $ git pull
 $ git push gitlab master

-Brad



More information about the vtk-developers mailing list