GIT Training Course on Jun

  • /media/77506/-15-.jpg
  • /media/77507/-4-.jpg
  • /media/77508/-9-.jpg
  • /media/77509/-19-.jpg
July 04, 2018

GIT Training Course on Jun

Training Course named “Guideline to use GIT” on 28th June 2018.


 

GIT (/ɡɪt/) is a version control system for tracking changes in computer files and coordinating work on those files among multiple people.

 

It is primarily used for source code management in software development, but it can be used to keep track of changes in any set of files. As a distributed revision control system it is aimed at speed, data integrity, and support for distributed, non-linear workflows.

 

The sharing will included below items:

1. GIT basic: introduction, repository, commit, branch, merge, history…

2. GIT workflow: centralized, feature branch, gitflow.

3. Case studies: branching rules, conflict solved, merge commit, hotfix for release.

4. GIT advance: conflict, merge request, git config, history.

 

Many thanks to Mr. Quang Nguyen for interesting training course.

TOP