oh-my-git/levels/commit-parents/goal

4 lines
212 B
Text
Raw Normal View History

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/')