Git is a distributed version control system for tracking changes in source code during software development. It also design to ccordinating work from among programmers and it also can detect and track any changes that occur in a set of file. There are some software or system that can be use to make this Git version control such as GitLab, GitHub, BitBucket and many more. So, today i will focus more on the usage of GitLab. Git Workflow Git Workflow is a recommendation for how to use Git to make our work accomplish in consistent and productive manner. There are some Git Workflow that we can use such as : 1) Centralized Workflow For this type of workflow, it just like SVN version control which is just use central repository to serve as single point-of-entry for all changes in the project. 2) Feature Branch Workflow For this type of workflow, is that all feature development should take place in a dedicated b...
Comments
Post a Comment