Templates
Software
Git Workflow

Git Workflow

Run this checklist to securely develop each instance of code during your sprints
1
Introduction
2
Preparation:
3
Log in to your project management software
4
Choose a task from your current sprint
5
Coding:
6
Navigate to your code repository
7
Fork the repository
8
Code your solution in the fork
9
Testing:
10
Merge your solution with the test environment
11
Run tests on the code
12
Make any necessary corrections
13
Polishing Off:
14
Merge the test environment
15
Celebrate (with customer support)
16
Sources:
17
Relevant Checklists: