<div dir="ltr">If the relevant changes are stored in commits, then:<div><br></div><div><b>git reset --hard</b></div><div><b>git clean -dfx</b></div><div><b>git pull upstream master</b></div><div><br></div><div>THIS WILL DELETE ALL UNCOMMITTED CHANGES!!!<br><div class="gmail_extra"><br><div class="gmail_quote">2017-09-27 17:04 GMT-05:00 Andrew Maclean <span dir="ltr"><<a href="mailto:andrew.amaclean@gmail.com" target="_blank">andrew.amaclean@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-size:small">Hi All,</div><div style="font-size:small"><br></div><div style="font-size:small">A <b><i>git pull --rebase</i></b> on the VTK Master fails because of these deleted/untracked files. Does anyone know how to fix this?</div><div style="font-size:small">Of course I can do a <b><i>git checkout --</i></b> on the deleted file but that does not fix the issue. The deleted/untracked files reappear.</div><div style="font-size:small"> </div><div style="font-size:small">The only change I have made is to include VTK Large Data.</div><div style="font-size:small"><br></div><div style="font-size:small">------------------------------<wbr>-</div><div><div>$ git status</div><div>On branch master</div><div>Your branch is up-to-date with 'origin/master'.</div><div>Changes not staged for commit:</div><div> (use "git add/rm <file>..." to update what will be committed)</div><div> (use "git checkout -- <file>..." to discard changes in working directory)</div><div><br></div><div> deleted: Testing/Data/MFIXReader/.<wbr>gitattributes</div><div> deleted: Testing/Data/NetCDF/.<wbr>gitattributes</div><div> deleted: Testing/Data/WindBladeReader/.<wbr>gitattributes</div><div><br></div><div>Untracked files:</div><div> (use "git add <file>..." to include in what will be committed)</div><div><br></div><div> Testing/Data/MFIXReader/.<wbr>gitattributes.md5</div><div> Testing/Data/NetCDF/.<wbr>gitattributes.md5</div><div> Testing/Data/WindBladeReader/.<wbr>gitattributes.md5</div><div><br></div><div>no changes added to commit (use "git add" and/or "git commit -a")</div><div style="font-size:small"><div>------------------------------<wbr>-</div><span class="HOEnZb"><font color="#888888"><div></div></font></span></div></div><span class="HOEnZb"><font color="#888888"><div><br></div>-- <br><div class="m_-5235112319164515600gmail_signature">______________________________<wbr>_____________<br>Andrew J. P. Maclean<br><br>______________________________<wbr>_____________</div>
</font></span></div>
<br>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtk-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtk-developers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtk-<wbr>developers</a><br>
<br>
<br></blockquote></div><br></div></div></div>