DEV Community

bagavath ravichandran
bagavath ravichandran

Posted on

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----<------<------<----|       
Enter fullscreen mode Exit fullscreen mode

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.

Top comments (0)