mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-05 05:02:02 +02:00
Add levels for refs and symrefs
This commit is contained in:
parent
cb2bb767db
commit
9ba485b789
7 changed files with 32 additions and 0 deletions
levels/05-ref
5
levels/05-ref/start
Normal file
5
levels/05-ref/start
Normal file
|
@ -0,0 +1,5 @@
|
|||
echo hello > hello
|
||||
echo world > world
|
||||
git add .
|
||||
TREE=$(git write-tree)
|
||||
git commit-tree $TREE -m "Initial commit"
|
Loading…
Add table
Add a link
Reference in a new issue