本项目用与Git基础命令训练。
- Clone此项目到本地
- 删除.git目录
- 初始化本地仓库
- 修改代码使practice-1-run.html中显示绿色(测试通过)
- 提交代码到本地仓库
- 推送代码仓库到Github远程仓库(需要在Github中创建一个仓库)
- 在Github上修改Readme中的内容并提交
- 本地获同步最新版本仓库
- 使用命令行完成相关操作;
- 使用Git管理代码时请尽可能的遵照Git使用的最佳实践。
This project is using for Git Basic command practice
- Clone this project to local
- Remove folder .git
- Initialize local repository
- Update code to make sure practice-1-run.html is green (pass test)
- Commit code to local repository
- Push code repository to remove Github repository (Need create a Github repository)
- Update Readme on Github and commit.
- Synchronize latest code on local.
- Use command line to complete the related operations.
- Follow the Git Best Practices as much as possible when you are using Git.