Re: git intro request
Re: git intro request
- Subject: Re: git intro request
- From: Jeremy Huddleston <email@hidden>
- Date: Fri, 2 Nov 2007 14:53:08 -0700
I RTFM'd for a bit more... From info at:
http://www.kernel.org/pub/software/scm/git/docs/user-manual.html
Look at the 'Examining branches from a remote repository' section:
~/src/X11/xserver $ git branch -r | grep apple
origin/xorg-server-1.2-apple
~/src/X11/xserver $ git checkout -b my-xorg-server-1.2-apple origin/
xorg-server-1.2-apple
Branch my-xorg-server-1.2-apple set up to track remote branch refs/
remotes/origin/xorg-server-1.2-apple.
Switched to a new branch "my-xorg-server-1.2-apple"
~/src/X11/xserver $ git-pull
Already up-to-date.
~/src/X11/xserver $ git-branch
master
* my-xorg-server-1.2-apple
~/src/X11/xserver $ grep 1.2a3 configure.ac
AC_INIT([xorg-server], 1.2a3, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
], xorg-server)
So, it looks like that works ^^
--Jeremy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden