Mailinglist Archive: radeonhd (169 mails)

< Previous Next >
Re: [radeonhd] git branches
  • From: Thomas Prochaska <thomas@xxxxxxxxxxx>
  • Date: Fri, 05 Sep 2008 17:47:39 +0200
  • Message-id: <48C1549B.3080403@xxxxxxxxxxx>
Rafał Miłecki schrieb:
2008/9/5 Thomas Prochaska <thomas@xxxxxxxxxxx>:
after a long time of fiddling i just don't understand (i read the mans and
docs) how you can checkout a specific git branch.

maybe you can tell me how to check out the latest and greatest from the
radeonhd repo. or are all the branches (initial_atombios_support, CS, ...)
already merged into master.

man git-checkout

git-checkout [-q] [-f] [[--track | --no-track] -b <new_branch> [-l]]
[-m] [<branch>]

Skipping all theses additional options (q, f, b, l, m) will simply
switch you to choosen branch. For example:
git-checkout origin/CS

atombios branch was already merged
HDMI-Audio wasn't merged but if you are going to test this, please
note it's really old-version based
initial-randr probably is merged as well

I guess it's the best option for you to use master branch.


thanks!

i tried CS without origin/ as prefix. but it think i have no clue how git works. after the branch switch i tried git pull but apparently it isn't the right thing to do.

nevermind. i just thought that the most recent changes to delivers 3d improvements reside there. i'll guess i have to wait until the next big master merges.

regards
thomas prochaska
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx

< Previous Next >