Tag: Extract this submission
-
Post Views: 71 1. Reference: Use of git cherry-pick on the command line 2. Reference: https://tortoisegit.org/docs/tortoisegit/tgit-dug-cherrypick.html . 3. Switch to branch B and extract the commit of branch A to branch B. Display logs. as shown in Figure 1 4. Click Branch B to select Branch A. as shown in Figure 2 5. Select Branch A, and then select…
-
Post Views: 13 1. On the develop branch in the local environment, execute the console command and report an error: as shown in Figure 1 2. Since this bug has been fixed in a single commit (EE8290) on the feature-netease branch, as shown in Figure 2 Therefore, it is decided to merge a single commit (EE8290) on the develop branch…