Skip to content

rudyxu1102/learn-git-branch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

学习git的分支功能

主要的命令:

  1. git branch <分支名> 创建分支
  2. git checkout <分支名> 切换分支
  3. git merge <分支名> 合并该分支
  4. git branch -D <分支名> 删除分支
  5. git checkout -b <分支名> 第1、2两个步骤合起来

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published