This is the command line I used to create a local branch to mirror the new remote release branch. Once you've run this comment, you should be able to push/pull from the local release branch with the usual 'git push' and 'git pull'. To switch between branches, just checkout the desired branch, e.g., 'git checkout master' will return to the master (for new development). If you do a 'git status' that will let you know which branch you are currently on...
git checkout --track -b release_2.4.10 origin/release_2.4.10 Cheers, Chris On Sun, Jan 8, 2012 at 9:22 PM, chm <[email protected]> wrote: > All- > > I've just created a branch for the final PDL-2.4.10 > release candidates and any remaining bug fixes and > docs before the final release: release_2.4.10 > > If you have any fixes for the PDL-2.4.10 code, be > sure you apply them to the release_2.4.10 branch. > As of tonight, development can continue in the > git master brach for PDL-2.4.11 stuff. > > Thanks, > Chris _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
