Skip to content

eustasy/labs.eustasy.org

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

labs.eustasy.org

Normal Maintainability

Update submodules

git pull
git submodule update --init --recursive
git submodule foreach git checkout main
git submodule foreach git reset --hard HEAD
git submodule foreach git pull
git commit -am "Update Submodules"
git push