Preserve the report script in Git
Quest: preserve-maker-report
Mission
Put maker-report.sh in the source repository and commit it with your normal Git workflow.
Commands You Will Use
git log
Steps
- Run
guide nowso this quest is assigned before you create evidence. - Put the executable script at
~/src/scripts/maker-report.sh. - Commit it with your normal Git workflow.
- Run
guide check.
Hints
- Work inside the existing
~/srcrepository from S4. Ifgit statussays it is not a repository, complete the S4 Git workflow first, then return here. git log --oneline -- pathshows commits that contain history for that path.- The script keeps its grouped redirect to
~/src/pages/maker-report.md. - Copying rather than moving keeps
~/scripts/maker-report.shas a working command, but either workflow can preserve the versioned script. - The final script must stay executable, committed, and unchanged from HEAD.
If Check Fails
If the script is untracked, modified, or staged, finish the commit before checking again.

Linux Foundations