Wednesday, January 23, 2019

GIT

What is GIT ?

Definition 

Open source distributed version control system designed to tracking changes in source code during project development.

Git have a lot of software tools that can be used. The most familiar tools are Github and Gitlab.
For me, i have used Gitlab during my internship.








Function of Git

Git is version control system or can be called as source control, is the management of changes to documents, computer programs, large web sites, and other collections of information. This system is used when a project is done in a group or company. Any changes that have been done by one developer can be seen by others developer, so that the project is standardized. 


Type of Workflow

There are several type of workflow for Git. What is Git workflow ?
Git workflow is a recommendation for how to use Git to accomplish work in a consistent and productive manner.

Centralized Workflow

........

Feature Branch Workflow

........

Gitflow Workflow

...........

Forking Workflow

............

No comments:

Post a Comment

IONIC PASS PARAMETER

 To pass parameter to next page, first we need to make sure that we have 2 pages which is page from and page to. In page from ts file, you h...