mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
4 lines
96 B
Text
4 lines
96 B
Text
|
for REF in $(git for-each-ref --format='%(refname)'); do
|
||
|
git update-ref "$REF" "$TREE"
|
||
|
done
|