Skip to content

Commit 53bcfa3

Browse files
authored
replace person with organization name
1 parent 4b611d7 commit 53bcfa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/blog/2025-10-08-git-material.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,15 @@ During the open house session we collected topics we would find interesting to h
111111

112112
- Interactive rebase to squash/delete/re-order commits
113113
- Gradually introduce rebase: Amending/Fixup first, then interactive rebase. Do not overwhelm with full power, links into creating clearer history while working.
114-
- XKCD comic as motivation to git rebase. This repository implements the git history of that comic and fixes it: https://github.com/ssciwr/git-rebase-xkcd-example (Details in Dominic's material)
114+
- XKCD comic as motivation to git rebase. This repository implements the git history of that comic and fixes it: https://github.com/ssciwr/git-rebase-xkcd-example (Details in Heidelberg university material)
115115
- Squashing commits into a logical unit using reset
116116

117117
- Creating clearer history while working
118118
- Partial staging and committing
119119
- Pulling with rebase
120120

121121
- Temporary work and stashing
122-
- Small episode in Dominic's material
122+
- Small episode in Heidelberg university material
123123

124124
- [Atomic commits](https://www.pauline-vos.nl/atomic-commits/), using `git commit --amend` and `git commit --fixup` which provide a gentle introduction to `git rebase -i` (see above)
125125

0 commit comments

Comments
 (0)