xserver-1.4-branch & 1.4.1 release?

Dan Nicholson dbn.lists at gmail.com
Tue Oct 30 09:14:41 PDT 2007


On 10/30/07, Sergio Monteiro Basto <sergio at sergiomb.no-ip.org> wrote:
>
> Btw : how I git pull this branch (input-fixes-for-1.4.1) ?
> Git give me this error:
> You are not currently on a branch; you must explicitly
> specify which branch you wish to merge:
>   git pull <remote> <branch>

You need to create a local branch that tracks it.

git checkout --track -b <yourbranchname> origin/input-fixes-for-1.4.1

Then `git pull' from your local branch will merge in those changes.

--
Dan



More information about the xorg mailing list