Tag: git status
-
Post Views: 63 1. Execute the command: git pull origin feature/theme-store –rebase, use the base operation 2. Run git stash push, storage and modification. 3. Execute the base command again 4. Run git stash pop to apply the storage and immediately throw it away from the stack. There is a conflict between the merge code. 5. In TortoiseGit, git submits,…
-
Post Views: 51 1. Run git status, you can see the status of changes: 2. In TortoiseGit, git commits, which is consistent with the results of git status. as shown in Figure 1 3. Now I want to switch branches, but I don’t want to submit the previous work; so the storage modification pushes the new storage to the stack,…