githubTestThis is a repository for github testing 1 git clone https://github.com/miraclekill/Miracle7.git2 git checkout -b dev #分支 ---git add . ---git commit -m 'add.'3 git checkout master4 git merge dev5 git push