PaiGram/update.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
105 B
Bash
Raw Permalink Normal View History

2022-07-26 10:07:31 +00:00
#!/bin/bash
git fetch --all && git reset --hard origin/main && git pull origin main
git submodule update