Rémi Vanicat <vani...@debian.org> writes:
> Sebastian Rose <sebastian_r...@gmx.de> 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


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to