debian-mirror-gitlab/doc/university/training/topics/agile_git.md
2021-01-29 00:20:46 +05:30

980 B

stage group info comments
none unassigned To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers false

Agile and Git

Agile

Lean software development methods focused on collaboration and interaction with fast and smaller deployment cycles.

Where Git comes in

Git is an excellent tool for an Agile team considering that it allows decentralized and simultaneous development.

Branching And Workflows

Branching in an Agile environment usually happens around user stories with one or more developers working on it.

If more than one developer then another branch for each developer is also used with their initials, and US ID.

After its tested merge into master and remove the branch.

What about GitLab

Tools like GitLab enhance collaboration by adding dialog around code mainly through issues and merge requests.