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----<------<------<----|
  git add----->git commit----->git push---->--------|
     |             |              |                 |
 workspace      staging area      local           remote
     |                           directory      directory
     |                             |                |
     |                             <-git fetch<-----|
     |--<-------<----git pull----<------<------<----|       
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.

原文链接:GIT & GITLAB ARCHITECTURE

© 版权声明
THE END
喜欢就支持一下吧
点赞11 分享
The questions you ask determine the quality of your life.
你生活的品质取决于你所提出的问题
评论 抢沙发

请登录后发表评论

    暂无评论内容