Sprint 1 - Git Messages
Learning Competencies
- Analyse Git command line messages
Summary
Web Developers are problem solvers. And a great way to problem solve is to break the problem down into a series of small chunks and plain English.
Use the Git messages below to practice understanding Git and chunking down a problem.
Time Box
Activity | Time |
---|---|
Break it down | 30 minutes |
Seek | 30 minutes |
Reflect | 20 minutes |
Break it down
- For each image, use plain English to break down what is happening.
- What is the user trying to accomplish? What is the response?
- Walk through it step by step, e.g.
- 'user checks status'
- 'status comes back with a conflict'
- 'user does xyz'
Seek
If you don't recognise something, find out what it is. Are there new terms you don't recognise?
Reflect
- Navigate to your cloned
reflections
repo on your computer - Create a file named
stretch-git-msgs.md
in thesprint-1
folder - Open the file and for each of the following images, write your analysis of what is happening
- Describe what you learned from this exercise
Figure 1:

Figure 2:

Figure 3:
