https://bugs.freedesktop.org/show_bug.cgi?id=29285
--- Comment #2 from Alex Deucher <[email protected]> 2010-07-29 21:41:27 PDT --- (In reply to comment #1) > Argh. I hate git and the ability for ‘git checkout master’ to not necessarily > get you the tip of the master branch! That just switches your local tree to the master branch. To pull in remote changes, you need the following: # fetch remote changes git fetch # pull remote changes into your local tree git pull origin master -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ xorg-driver-ati mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-ati
