Looks good.

$ git branch -a
* master
  remotes/origin/HEAD -> origin/master
  remotes/origin/master

With that command you see the latest commit from origin:

$ git show origin
commit 80df024c806014885ce1a6524ba05352651c0ac3
Author: Spencer Oliver <s...@spen-soft.co.uk>
Date:   Wed Jan 4 22:55:49 2012 +0000


You can also use git gui and then you can browse the history with all the 
commits
(Repository->Visualize master's History).

This should be the same like in:

http://openocd.git.sourceforge.net/git/gitweb.cgi?p=openocd/openocd;a=log;h=HEAD


Regards,

Mathias




On 10.01.2012 19:16, Jonathan Dumaresq wrote:
> Hi,
> 
>> $ git pull -v --rebase origin
> That's worked. 
> 
> But I don't have the latest changes. 
> 
> $ git branch -a
> * master
>   stm32_cfi
>   remotes/origin/HEAD -> origin/master
>   remotes/origin/master
> 
> Is this corect ?
> 
> Git pull tell my that i'm already up to date. It look like i'm not on the
> head, but a couple of commit under... 
> 
> Regards
> 
> Jonathan
> 
> 


------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to