Git - Deploying via Git

From Training Material
Revision as of 14:41, 4 December 2012 by Bernard Szlachta (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  1. production as clone
    • detachd branch
    • tags
    • branches
  1. production as export
/g/prod.export$ git archive --remote=/g/repo/ master | tar x
  1. relasse branch (unstalbe, testing, stable)