mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-03-31 18:02:20 +02:00
4 lines
156 B
Text
4 lines
156 B
Text
TREE=$(git write-tree)
|
|
COMMIT=$(git commit-tree $TREE -m "Initial commit")
|
|
git update-ref refs/best_commit $COMMIT
|
|
git update-ref refs/worst_commit $COMMIT
|