Branching Strategy
Rules Anything in master is in a deployable state at all times.To work on something new, create a new branch off of the head of master and give it a…
0 Comments
July 23, 2020
Rules Anything in master is in a deployable state at all times.To work on something new, create a new branch off of the head of master and give it a…
Version Control SystemIt is a system for storing and versioning of files. Storing revisions of files,directories and metadata of each version which defines Who make the changes, When file checked…