GIT & GITLAB ARCHITECTURE

This is the workflow (or) architecture of git and gitlab git add----->git commit----->git push---->--------| | | | | workspace staging area local remote | directory directory | | | |

Feb 19, 2025 - 06:38
 0
GIT & GITLAB ARCHITECTURE

This is the workflow (or) architecture of git and gitlab

  git add----->git commit----->git push---->--------|
     |             |              |                 |
 workspace      staging area      local           remote
     |                           directory      directory
     |                             |                |
     |                             <-git fetch<-----|
     |--<-------<----git pull----<------<------<----|       

There are two types of hosting platforms mainly,

  • Github
  • Gitlab

Both are widely used platforms and we are going to use gitlab.
gitlab is a web-based git repository that provides free , open and private repositories.

  • It is a complete and better DevOps platform than github that enables professionals to collab and do all tasks in a projects.