From 12998e07047211cb234535b7fbf15df2f4b1401c Mon Sep 17 00:00:00 2001 From: Lars Frost <larsf@fsmpi.rwth-aachen.de> Date: Mon, 18 Nov 2024 17:21:46 +0100 Subject: [PATCH] Expand concept --- materials/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/materials/README.md b/materials/README.md index 78a3a7e..0d5a14a 100644 --- a/materials/README.md +++ b/materials/README.md @@ -8,6 +8,8 @@ - .gitignore - checkout old commits - stash +- tags +- diff ## 2. Git as distributed version control at RWTH (slides and sheet) - branches - merge (exercise: solve merge conflict) @@ -25,9 +27,10 @@ - blame - search through history - rewriting history -- list of dangerous commands +- list of dangerous commands (reset --hard, filter-branch, clean, rebase --interactive, restore, detached HEAD) - rebase (--interactive, squashing, fixup) - Hooks +- Addressing commits: https://stackoverflow.com/questions/2221658/whats-the-difference-between-head-and-head-in-git # Toy project ideas - 1. Local: Advent of code 1st day (cross-promo und so), greekify script -- GitLab