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…
Sharing common code which may help you to build CI/CD for your repository in Git . It consists of multiple stages in which it performs operations to - clean, build…
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…