Exercise 04: Branching¶
Goal¶
Use a branch to isolate a lab note update.
Tasks¶
- Create a branch named
lab/nmap-baseline. - Add a short
labs/nmap-baseline.mdfile. - Commit the change.
- Switch back to
main. - Merge the branch.
- View the graph with
git log --oneline --graph --decorate.
Reflection¶
- What work happened on the branch?
- Why might a security team require branch reviews?