SourceTrees submit code process

1. VXCS-6516 (currently created branch)
temporary storage add
submit commit add description -> click submit push
insert image description here

2. To switch to VXCS-dev (remote branch),
you first need to obtain the latest code, operate Acquisition -> Pull, and
then actively merge the VXCS-6516 branch to modify the operation as follows: ( Derivate the current change to... )
insert image description here
Finally, merge the merged code again Push to VXCS-dev remote warehouse, push

3. Switch to the VXSV-6516 branch
to obtain the latest code from the remote dev branch (git fetch) pull (git pull)

4. Open the code library in Google Chrome, and then you can do it like a fool.
insert image description here

Extension: commit is submitted to the local warehouse
and push is submitted to the remote warehouse.

get git fetch pull git pull difference?
(Reference link: https://blog.csdn.net/qq_43170213/article/details/109183497)
git fetch synchronizes the remote code to the local remote code base
git pull synchronizes the remote code to the local remote and local code base at the same time

Guess you like

Origin blog.csdn.net/qq_43907534/article/details/124410605