Code Promotion with Git
Posted
by draxter
on Stack Overflow
See other posts from Stack Overflow
or by draxter
Published on 2010-06-13T11:13:25Z
Indexed on
2010/06/13
11:32 UTC
Read the original article
Hit count: 158
git
Hi,
I'm trying to figure how can I use git for multiple environments (dev->test->prod) with code promotion. I read a bit about branching but didn't understand much how can this solve my problem since I must have the ability to run all of the environments concurrently and separately from each other.
Will be very thankful for some kind of how-to.
© Stack Overflow or respective owner