Tag: TortoiseGit 2.13
-
Post Views: 16 1. In Windows 10, Git 2.34, and TortoiseGit 2.13, after the directory is renamed (the lowercase letters are changed to uppercase letters), there is no change when submitting. as shown in Figure 1 2. Manually rename it to small letters first, enter the directory after renaming, right-click – change the name, and then modify it to uppercase.…
-
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: 16 1. In the Git-based operation, branch A is behind B, and A will advance to B quickly. Click the button to start (fast forward). as shown in Figure 1 2. When changing the base again, it prompts: no need to change the base, A is equivalent to B. as shown in Figure 2 3. Check the git…