2009/5/1 Jorge González González <[email protected]>: > I'm switching to the branch with "git checkout --track -b > origin/gnome-2-26" and apparently everything goes well until I push the > commit.
Try: git checkout -b gnome-2-26 --track origin/gnome-2-26 then do your work, commit it and push. Cheers, -- Og B. Maciel [email protected] [email protected] [email protected] GPG Keys: D5CFC202 http://www.ogmaciel.com (en_US) http://blog.ogmaciel.com (pt_BR) _______________________________________________ gnome-i18n mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-i18n
