mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-01 20:42:01 +02:00
Changed Level description to sh scripts
This commit is contained in:
parent
f2b88d893e
commit
00247318a6
3 changed files with 137 additions and 124 deletions
levels/04-parents
|
@ -1,2 +1,4 @@
|
|||
git write-tree
|
||||
git commit-tree 4b82 -m 'We cannot really construct the goal yet :)'
|
||||
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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue