Compare commits

...

13 Commits

Author SHA1 Message Date
hybrid_theory 5dee74b83b Rebase practice 1 2026-03-16 17:49:11 +07:00
hybrid_theory cf709d75ae Another rebase conflict commit 2026-03-16 17:46:37 +07:00
hybrid_theory 5cb594ee16 rebase practice on main 1 2026-03-16 17:46:18 +07:00
hybrid_theory 8c8d3c56f0 Good checkpoint 2026-03-16 14:49:33 +07:00
hybrid_theory ad768bee11 Two tiny changes 2026-03-16 14:39:01 +07:00
hybrid_theory 9a899c86dc Revert "Added another line"
This reverts commit a7bec0bbf4.
2026-03-13 20:37:34 +07:00
hybrid_theory e4baa37a33 Bad change 2026-03-13 20:29:41 +07:00
hybrid_theory 8f6329729c Merge branch 'task-6' 2026-03-13 20:04:38 +07:00
hybrid_theory a7bec0bbf4 Added another line 2026-03-13 20:02:56 +07:00
hybrid_theory 2341026ed0 Added a line to readme 2026-03-13 20:02:10 +07:00
hybrid_theory 065d385362 Delete task_1 2026-03-13 19:58:00 +07:00
hybrid_theory 67847cb251 Restore task_1 2026-03-13 19:41:46 +07:00
hybrid_theory b0d1cdb172 Added new branch, deleted the task file and added tutoring notes 2026-03-13 19:38:09 +07:00
3 changed files with 49 additions and 2 deletions
+41
View File
@@ -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 projects 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.*
+7
View File
@@ -1 +1,8 @@
This will be a GIT local training repo. This will be a GIT local training repo.
Good checkpoint
Conflicting line main specific
another conflicting line
Practicing rebase functionality
-1
View File
@@ -1 +0,0 @@
This is the first task of GIT.