Compare commits
13
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5dee74b83b | ||
|
|
cf709d75ae | ||
|
|
5cb594ee16 | ||
|
|
8c8d3c56f0 | ||
|
|
ad768bee11 | ||
|
|
9a899c86dc | ||
|
|
e4baa37a33 | ||
|
|
8f6329729c | ||
|
|
a7bec0bbf4 | ||
|
|
2341026ed0 | ||
|
|
065d385362 | ||
|
|
67847cb251 | ||
|
|
b0d1cdb172 |
@@ -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 <cmd> --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 <command> --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.*
|
||||
@@ -1 +1,8 @@
|
||||
This will be a GIT local training repo.
|
||||
|
||||
Good checkpoint
|
||||
|
||||
Conflicting line main specific
|
||||
|
||||
another conflicting line
|
||||
Practicing rebase functionality
|
||||
|
||||
Reference in New Issue
Block a user