NOISE | 知识效率集
/
熟能生巧
/
✏️
Git命令整理
/
git merge \[branch\]
Search
git merge \[branch\]
功能介绍
合并指定分支到当前分支;
例:如果当前是master分支,需要合并dev分支:
git merge dev