Skip to content

Tyno945/learn-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Guides

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

Step 1. Create a Repository

Step 2. Create a Branch

Step 3. Make and commit changes

Step 4. Open a Pull Request

Step 5. Merge your Pull Request

GitHub多人协作流程

  1. 项目管理者创建项目库并初始化内容
  2. 管理者为开发者创建分支
  3. 开发者拿到项目链接并fork
  4. 开发者clone项目到本地
  5. 开发者在自己的分支进行开发,完成后提交commit,并push到远程库
  6. 开发者Open a Pull Request
  7. 管理者审核,通过后Merge
  8. 开发者设置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.

About

git study note

Resources

License

Stars

Watchers

Forks

Packages

No packages published