mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
4 lines
163 B
Text
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'
|
|
|