You’ll learn how to:
- Create and use a repository
- Start and manage a new branch
- Make changes to a file and push them to GitHub as commits
- Open and merge a pull request
- 项目管理者创建项目库并初始化内容
- 管理者为开发者创建分支
- 开发者拿到项目链接并fork
- 开发者clone项目到本地
- 开发者在自己的分支进行开发,完成后提交commit,并push到远程库
- 开发者Open a Pull Request
- 管理者审核,通过后Merge
- 开发者设置fork项目与原项目保持同步
Git is a distributed version control system. Git is a free software distributed under the GPL. Git has a mutable index called stage. Git tracks changes of files. Creating a new branch is quick. Creating a new branch is quick and simple. --no-ff
Created by Felix.