Tubetrue01 / articles

0 stars 0 forks source link

Git 系列(一) 常用命令(动图讲解) | Tubetrue01 #32

Open Tubetrue01 opened 2 years ago

Tubetrue01 commented 2 years ago

https://tubetrue01.github.io/articles/2021/09/28/git/Git%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4/

引言 本文主要以动图的方式讲解 Git 中比较常用的命令,以加深对这些命令的理解。 Merging我们通常用不同的分支开发不同的新功能。当对应的功能准备发布时,通过 git merge 命令将该分支内容合并到生产。然而该命令有两种不同的模式:fast-forward 以及 no-fast-forward,接下来,我们看下两者的不同! Fast-forward (–ff)如果 master 分支没