Git - Deploying via Git

From Training Material
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)