<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">Maybe there is a way to see what commits were added to the tree since</div>
</div>
you last sync, but I don't know how.<br>
<br>
For the future, one way would be to create a branch for each pull you do:<br>
<br>
1. git checkout master<br>
2. git pull<br>
3. git checkout -b 20120323<br>
4. build it and such, then when you do another update, go back to 1.<br>
<div class="HOEnZb"><div class="h5"><br></div></div></blockquote><div> </div><div>I'll remember that the next time I pull it down... but I also just found the commands that can do it too. :-D</div><div><br></div><div>
git reflog will show the git clone and all of the git pulls that have been done, along with their versions...  </div><div><br></div><div>then git reset --hard gitversion (the 1st column in git reflog)...  </div><div><br></div>
<div>Seems to work well. :-D  Although, I thnk I will stick with this version for a while... and see what I can break.</div><div><br></div><div><br></div><div><br></div></div>