Benkő Pál <[email protected]> writes: > 2014/1/1 <[email protected]>: >> >> Janek, when people start with `git clone` do they also get a staging >> branch that tracks the one on savannah? >> I think we still want at least one mention of how to set up a 'staging' >> branch to track origin/staging, >> git checkout --track -b staging origin/staging > > you can set up any branch to track origin/staging (or origin/master > or origin/dev/janek/fancy-feature or whatever) directly. I always set > up my topic branches so.
Don't track staging, or you'll end up pushing bad staging commits back into staging whenever staging has to be reset. -- David Kastrup _______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
