mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
5 lines
166 B
Bash
5 lines
166 B
Bash
echo "Checking for FixIt updates ..."
|
|
cd ../..
|
|
git submodule update --remote --merge
|
|
git add themes/FixIt
|
|
git commit -m ":arrow_up: Chore: update FixIt theme version" |