MibooGram/update.sh
2023-10-09 20:23:40 +08:00

4 lines
105 B
Bash

#!/bin/bash
git fetch --all && git reset --hard origin/main && git pull origin main
git submodule update