1 2 3 4 5 6 7 8 | git branch -a git fetch git checkout git remote -v git remote set-url origin https://github.com/euhat/EuhatExpert.git git reset --soft HEAD^ git clean -xfd git submodule update --init --recursive |
人,技术,生活。
1 2 3 4 5 6 7 8 | git branch -a git fetch git checkout git remote -v git remote set-url origin https://github.com/euhat/EuhatExpert.git git reset --soft HEAD^ git clean -xfd git submodule update --init --recursive |