When pushing based on TortoiseGit, prompt: the source reference of the input is not clear
1. When pushing based on TortoiseGit, prompt: The input source reference is not clear, as shown in Figure 1
2. Analyze the reason, it is that there are branches and labels with the same name at the same time, the name is: fixbug-1.3.26-alpha.3, as shown in Figure 2
3. According to the prompt, add refs/heads/ as the prefix of the branch, as shown in Figure 3
4. The push is successful, as shown in Figure 4
git.exe push --progress "origin" refs/heads/fixbug-1.3.26-alpha.3:refs/heads/fixbug-1.3.26-alpha.3



