POKE ME for any consultancy

Friday, May 30, 2014

Software Version Control

 Software Version Control is a software system designed to track changes to individual files and directories. It's primary function is to facilitate, track and help organize changes to constantly evolving software systems.

Why we branch a code?

  • Physical
  • Functional
  • Environment
  • Organizational
  • Procedural

Branching Best Practices?


  • Use Meaningful Branch Names
  • Prefer Branching over Code Freezing
  • Isolate Change and work


No comments:

Post a Comment