PaiGram/update.sh

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

3 lines
84 B
Bash
Raw 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