oh-my-git/levels/06-symref/start
2020-09-13 21:55:51 +02:00

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