[cmake-developers] git push ?

Mathieu Malaterre mathieu.malaterre at gmail.com
Mon Jun 14 13:10:16 EDT 2010


Hi there,

  I discover that one should not follow instruction from:
http://www.cmake.org/Wiki/CMake/Git#Publishing (which is linked from
the main cmake.org page), but instead should follow:
http://public.kitware.com/Wiki/Git/Workflow/Topic

  Is that right ? If so could someone please let me know what is wrong
the sequence of commands:


  git clone git://cmake.org/cmake.git CMake
  cd CMake
  git checkout master
  git pull
  git checkout -b finddcmtk
  cp ~/Perso/gdcm/trunk/CMake/FindDCMTK.cmake Modules
  git add -- Modules/FindDCMTK.cmake
  git commit
  git checkout next
error: pathspec 'next' did not match any file(s) known to git.

Thanks
-- 
Mathieu



More information about the cmake-developers mailing list