On Thu, Mar 31, 2011 at 23:53, Tirumurti Vasudevan <[email protected]> wrote: > so this is in master not gnome 3? > should i update to gnome 3? if so how? > > tv >
First, git checkout --track origin/gnome-3-0 And have a look: git branch If you want to switch back to master: git checkout master Later you want to switch to gnome-3-0 again: git checkout gnome-3-0 _______________________________________________ gnome-i18n mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-i18n
