2020-09-15 22:35:14 +02:00
|
|
|
git write-tree
|
2020-09-04 15:44:51 +02:00
|
|
|
FIRST_COMMIT=$(git commit-tree 4b82 -m 'First commit :O')
|
|
|
|
SECOND_COMMIT=$(git commit-tree 4b82 -p $FIRST_COMMIT -m 'Second commit :D')
|
|
|
|
THIRD_COMMIT=$(git commit-tree 4b82 -p $SECOND_COMMIT -m 'Third commit \o/')
|