3
votes
4answers
144 views
how do I deploy multiple branches to different directories via git push?
In production, I maintain two sites - beta and release. Each points to a different directory via a soft link (e.g.)
beta_public_html -> /home/scott/myapp/trunk/public
public_html …
