mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-16 04:45:27 +00:00
4 lines
105 B
Bash
4 lines
105 B
Bash
#!/bin/bash
|
|
|
|
git fetch --all && git reset --hard origin/main && git pull origin main
|
|
git submodule update |