Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3b905a81
Commit
3b905a81
authored
Apr 26, 2021
by
Craig Norris
Committed by
Marcin Sedlak-Jakubowski
Apr 26, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove university Agile page
parent
515f6181
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
30 deletions
+4
-30
doc/university/training/index.md
doc/university/training/index.md
+0
-1
doc/university/training/topics/agile_git.md
doc/university/training/topics/agile_git.md
+4
-29
No files found.
doc/university/training/index.md
View file @
3b905a81
...
...
@@ -17,7 +17,6 @@ All training material is open to public contribution.
This section contains the following topics:
-
[
Agile and Git
](
topics/agile_git.md
)
.
-
[
Bisect
](
topics/bisect.md
)
.
-
[
Cherry pick
](
topics/cherry_picking.md
)
.
-
[
Code review and collaboration with Merge Requests
](
topics/merge_requests.md
)
.
...
...
doc/university/training/topics/agile_git.md
View file @
3b905a81
---
stage
:
none
group
:
unassigned
info
:
To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
comments
:
false
redirect_to
:
'
../../../user/project/issue_board.md'
---
# Agile and Git
Information about using Agile concepts in GitLab can be found in
[
another location
](
../../../user/project/issue_board.md
)
.
## 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.
<!-- This redirect file can be deleted after <2021-07-23>
. -->
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment