mynote/git/command.md
2018-03-15 11:00:55 +08:00

5 lines
99 B
Markdown

git submodule update --init --recursive
git fetch --all
git reset --hard origin/master
git pull