简体   繁体   中英

Which Version Control for Drupal?

I am starting to need to work on bigger sites and with multiple people so I know I need to start using some kind of version control. GRRR. While I understand and use Features and Context to put config info into code instead of the DB, I am still confused about what version control system I should use? Is there any advantage to using GIT? or Subversion? Especially in terms of workflow.

I am still pretty new to version control "conceptually" and practically so I am not even sure what I need to setup. I'd like to be able to use version control locally as well.

I'd like to be able to use version control locally as well.

In that case use Git or some other DVCS . SVN is centralized and will not allow you to make any local commits.

I would also suggest Git for the reasons listed on whygitisbetterthanx.com (branching and local commits), this however is subjective.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM