[Ctk-developers] Update CTK

Jean-Christophe Fillion-Robin jchris.fillionr at kitware.com
Mon Aug 23 17:48:43 EDT 2010


Hi Folks,

Please, next time you update you repository and before you push any changes,
make sure you do the following:

 git fetch upstream
 git reset --hard refs/remotes/upstream/master
 git pull upstream master

where upstream is the remote identifying the official CTK repository.

The command git config -l should help you to identify what's the remote
corresponding to the offical CTK.

For example:

$ git config -l

core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
remote.*origin*.url=*git://github.com/commontk/CTK.git*
branch.master.remote=origin
branch.master.merge=refs/heads/master

In that case, *origin* identify the remote.


*Why ? *

To fix the history, the last few commits have been re-pushed.

In the future, we will have some hooks that you will be able to install in
order to avoid any problem ...

Any question, let me know

Thks
Jc



-- 
Phone: 1-518-836-2174
Ext: 304
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/ctk-developers/attachments/20100823/8864f3b3/attachment.html>


More information about the Ctk-developers mailing list