Get auto-update on branch sites working with git

Bug #826819 reported by Paul Everitt
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
KARL3
Fix Released
Low
Chris Rossi

Bug Description

Due to the different way that branches work in git, compared to svn, the current automatic deploy code is not going to track changes to that git branch properly. Fixing that will require fitting my brain to git somewhat to figure something out.

Revision history for this message
Chris Rossi (chris-archimedeanco) wrote :

The solution is to go ahead and create a local tracking branch for the remote branch:

$ git checkout -b branch_name origin/branch_name

Changed in karl3:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.