Two new low-level levels

This commit is contained in:
Sebastian Morr 2020-09-15 16:32:00 +02:00
parent d3149784cb
commit e7914f281d
7 changed files with 48 additions and 0 deletions
levels/commit-rhombus

View file

@ -0,0 +1,5 @@
A commit can have multiple parents! You can specify the -p option multiple times, like this:
git commit-tree <tree> -m "Description" -p <parent1> -p <parent2>
Build a rhombus shape from commits, where two commits point to the same parent, and then a fourth commit points to both of them.