From b0d1cdb17237409bbcd7dac9bf80cd3a40e00f7f Mon Sep 17 00:00:00 2001 From: jstchw Date: Fri, 13 Mar 2026 19:38:09 +0700 Subject: [PATCH] Added new branch, deleted the task file and added tutoring notes --- GIT_TUTORING_NOTES.md | 41 +++++++++++++++++++++++++++++++++++++++++ task_1 | 1 - 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 GIT_TUTORING_NOTES.md delete mode 100644 task_1 diff --git a/GIT_TUTORING_NOTES.md b/GIT_TUTORING_NOTES.md new file mode 100644 index 0000000..a2c5864 --- /dev/null +++ b/GIT_TUTORING_NOTES.md @@ -0,0 +1,41 @@ +# Git tutoring – process notes (for AI agents and tutor) + +**Purpose:** When helping the user with Git training in this repo, follow this process so tutoring is consistent across sessions and agents. + +--- + +## Workflow + +1. **Task phase** + Give one clear task (no solutions). User solves it using only the Git CLI and `git`/`git --help` for reference. + +2. **Review phase (after the user reports done)** + - User will share their console/terminal output (or it may be in the project’s terminals folder). + - **Review what they did:** + - Which steps were **wrong** (and why). + - What they can **improve** (e.g. safer or clearer commands, better habits). + - **Industry / best practice:** how this is usually done and recommended approaches. + +3. **Next task** + - User **clears their console** before starting the next task (for visibility). + - Then give the next task and repeat. + +--- + +## Tutor responsibilities + +- **Do not** give solutions to the task; only the task description and constraints. +- **Do** review their actual commands and output and give concrete feedback. +- **Do** call out: wrong steps, possible improvements, and industry/best-practice context. +- Training is **CLI-only**; user may use `git` and `git --help` (or equivalent) as their only documentation. + +--- + +## Context + +- Repo exists; remote is configured; initial commit has been pushed. +- Tasks progress from easy upward; user will say how the difficulty felt. + +--- + +*Keep this file updated if the user changes how they want tutoring to work.* diff --git a/task_1 b/task_1 deleted file mode 100644 index b384bbe..0000000 --- a/task_1 +++ /dev/null @@ -1 +0,0 @@ -This is the first task of GIT. \ No newline at end of file