-
第一次实验(Basics):https://github.com/sonettofighting/Cloud_Computing/tree/master/basics
-
第二次实验(WordPress):https://github.com/sonettofighting/Cloud_Computing/tree/master/wordpress
-
第三次实验(Docker):https://github.com/sonettofighting/Cloud_Computing/tree/master/docker
-
第四次实验(CEPH):https://github.com/sonettofighting/Cloud_Computing/tree/master/ceph
-
- git init
- git remote add origin remote_repository_URL
- git remote -v
- git pull origin master //拉下来
- git remote -v
- git remote add origin remote_repository_URL
-
- git status
- git add .
- git commit -m “message”
- git push -u origin master
- git commit -m “message”
- git add .
- git status
- git init
-
- git pull origin
- git merge origin master
- git push origin
- git merge origin master
- git pull origin