Git - Deploying via Git
- production as clone
- detachd branch
- tags
- branches
- production as export
/g/prod.export$ git archive --remote=/g/repo/ master | tar x
- relasse branch (unstalbe, testing, stable)
/g/prod.export$ git archive --remote=/g/repo/ master | tar x