emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Rémi Vanicat
Subject: [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs
Date: Fri, 16 Apr 2010 15:32:42 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

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.

[...]
> While this is all fine, and I'm on `remove-compatibility-code' now: will
> that branch be updated when I pull the next time?

Not with you described config.
-- 
Rémi Vanicat





reply via email to

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