Quarter of the way in, and Day 25 landed on a theme I did not expect: the last step of both tasks can only be completed by a person. Not a flag, not a retry, not a smarter command. A human has to decide something, and until they do, the system waits.
One Git task, one AWS task. Merge a feature branch back into master and deal with a conflict, then launch an EC2 instance and put a CloudWatch alarm on it. The tasks come from the KodeKloud Engineer platform.
Merging: two kinds, and Git picks for you
The first thing to get straight is direction. A merge runs from the branch you are merging into. You stand on master and pull the feature branch towards you, not the other way round.
git switch master






