oh-my-git/levels/04-parents/goal
2020-09-04 11:40:42 +02:00

4 lines
163 B
Text

git write-tree
FIRST_COMMIT=$( git commit-tree 4b82 -m 'We cannot really construct the goal yet :)' )
git commit-tree 4b82 -p $FIRST_COMMIT -m 'Second commit :D'