<div dir="ltr"><div>Depends what you want to do when you get there really.</div><div><br></div><div>Disclaimer:<span class="inbox-inbox-Apple-converted-space" style="color:rgb(33,33,33)"> </span><span style="color:rgb(33,33,33)">--hard will wipe out any changes you have in your WC</span></div><div><span style="color:rgb(33,33,33)"><br></span></div><div><span style="color:rgb(33,33,33)">This will move your current branch to point to that commit...</span></div><div><br></div>git reset --hard <span style="color:rgb(33,33,33)">72164060176afd82227b03e05aede0</span><span style="color:rgb(33,33,33)">ce292f093f</span><div><font color="#212121"><br></font></div><div><font color="#212121">But this applies to the whole git checkout, not a subtree (as i think i remember you could do with svn...)<br></font><div><div><span style="color:rgb(33,33,33)"><br></span></div><div><br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Nov 25, 2016 at 2:06 PM Ryan Schmidt <<a href="mailto:ryandesign@macports.org">ryandesign@macports.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I just committed an update to the lighttpd port, but now I want to get back to the previous version.<br class="gmail_msg">
<br class="gmail_msg">
With svn, I would have done:<br class="gmail_msg">
<br class="gmail_msg">
cd $(port dir lighttpd)<br class="gmail_msg">
svn up -r 151090<br class="gmail_msg">
<br class="gmail_msg">
How do I do this with git?<br class="gmail_msg">
<br class="gmail_msg">
I tried:<br class="gmail_msg">
<br class="gmail_msg">
cd $(port dir lighttpd)<br class="gmail_msg">
git checkout 72164060176afd82227b03e05aede0ce292f093f<br class="gmail_msg">
<br class="gmail_msg">
git complained:<br class="gmail_msg">
<br class="gmail_msg">
error: Your local changes to the following files would be overwritten by checkout:<br class="gmail_msg">
        net/curl/Portfile<br class="gmail_msg">
Please commit your changes or stash them before you switch branches.<br class="gmail_msg">
Aborting<br class="gmail_msg">
<br class="gmail_msg">
I don't want to commit or stash or do anything else to files not in the current directory. I only want the files in the current directory temporarily rolled back to a previous state for testing.<br class="gmail_msg">
<br class="gmail_msg">
</blockquote></div>