emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs


From: Sebastian Rose
Subject: Re: [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs
Date: Fri, 16 Apr 2010 15:56:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Rémi Vanicat <address@hidden> writes:
> Sebastian Rose <address@hidden> writes:
>
>> * One git question:
>>
>> When I pulled, I got the message, that there is a new branch. But that
>> branch did not show up in the list `git branch' gives me.
>
> use git branch -r (or git branch -a) to list remote (or all branch)
>
>> Then I did:
>> sh$ git checkout origin/remove-compatibility-code
>
> better to create a locale branch tracking the remote one with:
> git checkout -b remove-compatibility-code origin/remove-compatibility-code 
>
> Then git pull will work as expected.



Thanks! Perfect!

`git checkout -b remove-compatibility-code origin/remove-compatibility-code'

says:

Branch remove-compatibility-code set up to track remote branch
remove-compatibility-code from origin. 
Switched to a new branch 'remove-compatibility-code'

Great!



   Sebastian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]