GIT merge branch to trunk using the command

Git branch using the command:

View branch: git branch

Creating a branch: git branch

Handover branch: git checkout

+ Create a handover branch: git checkout -b

Merge a branch to the current branch: git merge

Push: git push

Delete branch: git branch -d

Published 114 original articles · won praise 52 · views 20000 +

Guess you like

Origin blog.csdn.net/Smile_Sunny521/article/details/93619835