githubTest This is a repository for github testing 1 git clone https://github.com/miraclekill/Miracle7.git 2 git checkout -b dev #分支 ---git add . ---git commit -m 'add.' 3 git checkout master 4 git merge dev 5 git push