Git: Version control of production code? -
i'm web developer, have production site latest & greatest of our site (lots of coldfusion). wise put our production site under version control git server?
drawbacks? benefits?
more or less, i'm envisioning put git on production side of things orgin branch/master once ready go live push our production. wise?
you can't push non-bare repository, because push might overwrite changes in working directory local repo can't know about.
most people using git deployment you're talking have production directory git repository, , pull it, inside updates. either central repo somewhere, or integration manager's local repo, or that.
Comments
Post a Comment