<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 1, 2015 at 10:59 AM, Satish Balay <span dir="ltr"><<a href="mailto:balay@mcs.anl.gov" target="_blank">balay@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">On Mon, 1 Jun 2015, Mark Adams wrote:<br>
<br>
> Let me summarize what I did (and showed the raw output in my original<br>
> email) on a branch named master that is from a relatively new clone:<br>
><br>
> > git pull origin master<br>
<br>
</span>If you are on 'master' then you would just do a 'git pull'<br>
<br>
Are you sure you are on master?<br></blockquote><div><br></div><div>Yes, I have the name in my curser, via Jed.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<span class=""><br>
> > git status --> 7 commits ahead of master<br>
> > git commit ...  // first commit of mine on this clone<br>
> > git status --> 8 commits ahead of master<br>
><br>
> So it looks like I have 7 mystery commits but I did not do them.  How did<br>
> they get there?  What are they?  I may have checkout maint in this clone,<br>
> but I did not create any branches.<br>
<br>
</span>To see what the local commits are - You would do:<br>
<br>
git fetch # this way origin/master is the latest<br>
git log origin/master..master<br>
or<br>
gitk origin/master..master<br>
<br></blockquote><div><br></div><div>This looks like what I want.  does this list the differences between origin/master and my master?</div><div><br></div><div>Thanks,</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
We can't really guess - you would have to check what you have [and how<br>
they got created..]<br>
<span class=""><font color="#888888"><br>
Satish<br>
</font></span></blockquote></div><br></div></div>