[vtk-developers] vtk-m issue
    Andrew Maclean 
    andrew.amaclean at gmail.com
       
    Fri May 25 20:22:05 EDT 2018
    
    
  
I have been noticing that when running git status the following message
arises in relation to vtk-m
(Windows 10 and Linux)
.
Changes not staged for commit:
 (use "git add <file>..." to update what will be committed)
 (use "git checkout -- <file>..." to discard changes in working directory)
       modified:   ThirdParty/vtkm/vtk-m (new commits)
Running a diff reveals:
$ git diff ThirdParty/vtkm/vtk-m
diff --git a/ThirdParty/vtkm/vtk-m b/ThirdParty/vtkm/vtk-m
index 7cf0926172..6a908cc9da 160000
--- a/ThirdParty/vtkm/vtk-m
+++ b/ThirdParty/vtkm/vtk-m
@@ -1 +1 @@
-Subproject commit 7cf09261725ce848514185420b94e0d5655ec4fa
+Subproject commit 6a908cc9da6076a42d41b9397ad71f56a1f69a70
So I do:
$ git checkout -- ThirdParty/vtkm/vtk-m
$ git pull --rebase
 Already up to date.
Current branch master is up to date.
$ git status
On branch master
Your branch is up to date with 'origin/master'.
Changes not staged for commit:
 (use "git add <file>..." to update what will be committed)
 (use "git checkout -- <file>..." to discard changes in working directory)
       modified:   ThirdParty/vtkm/vtk-m (new commits)
Is there an extra step that I have to do in relation to vtk-m now?
Thanks
   Andrew
-- 
___________________________________________
Andrew J. P. Maclean
___________________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://vtk.org/pipermail/vtk-developers/attachments/20180526/35d4432f/attachment.html>
    
    
More information about the vtk-developers
mailing list