Menu

Post image 1
Post image 2
1 / 2
0

Git & GitLab Basics

DEV Community: gitlab·Ezhil Abinaya K·3 days ago
#aJS1M3vh
#dev#branch#system#used#code#repository
Reading 0:00
15s threshold

Git Git is a Distributed Version Control System (DVCS) used to track changes in source code during software development. It tracks code history. It allows rollback to previous versions. It Supports collaboration. It Works offline. GitLab GitLab is a web-based Git repository management tool. Features: Remote repository hosting. CI/CD pipelines. Team collaboration. Issue tracking. It is Used to store and manage Git projects remotely. Version Control System VCS is a system that records changes made to files over time. Types of VCS: Local VCS: It Stored in local system only. Example: manual backups. Centralized VCS (CVCS): It has one central server. All users connect to it. Distributed VCS (DVCS): Every user has full copy of repository. Example: Git. Branching Branching means creating a separate line of development. Develop new features. Fix bugs. Avoid affecting main code. Types of Branches: 1.Main/Master Branch: Production-ready code. 2.Feature Branch:Used for new features.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More