What I would like is for the local branch I created to become a branch on my server so that I can use Capistrano to deploy from my new branch. I don't really want to merge my changes back into master just in case something goes wrong and I have to go back and deploy from the master.

My local branch is called: radiant07
My git push/clone url is: g...@pixelnate.gitrepo.com:pixelnate/goodtaste.git

Assuming your remote is named "origin", it's easy to push your local branch up:

git push origin radiant07

Sean
_______________________________________________
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to