Based on TortoiseGit , one-way merge of commits on the wx-auth branch to the develop branch
1. View the commit on the develop branch on GitLab, as shown in Figure 1
2. View the commit on the wx-auth branch on gitlab, as shown in Figure 2
3. In the local repository, switch to the develop branch, right-click, and TortoiseGit -> Merge, as shown in Figure 3
4. From the remotes/origin/wx-auth branch (why the wx-auth branch is not selected, because the wx-auth in the local repository The branch code is not the latest), execute the merge, and complete the merge, as shown in Figure 4, Figure 5
5. Right-click, TortoiseGit -> Push, the push is successful, as shown in Figure 6
6. Check the commit on the develop branch on GitLab, the commit on the wx-auth branch has been merged into the develop branch, as shown in Figure 7
7. View the commit on the wx-auth branch on GitLab, no change (the commit on the develop branch is not merged into the wx-auth branch), as expected, as shown in Figure 8







