mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-21 22:26:49 +00:00
10 lines
202 B
Bash
Executable File
10 lines
202 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
git add . -u
|
|
git commit -m "Saving files before refreshing line endings"
|
|
git rm --cached -r .
|
|
git reset --hard
|
|
git add .
|
|
set +e
|
|
git commit -m "Normalize all the line endings"
|