Category: TortoiseGit 2.10
-
Post Views: 16 1. After the Git branch – after transformation, there are 2 submissions that are duplicated. as shown in Figure 1 2. Reset the version to the last submission today, as shown in Figure 2 3. Reset type: hard reset. 4. The local repository has been reset to the last commit today. 2 submissions will not be repeated.…
-
Post Views: 16 1. At this stage, there are two environments in the public cloud. They are COM environments and CSP environments, respectively. COM environment container, as shown in Figure 1 2. Containers in the CSP environment. In the CSP environment, the 2 containers of the COM environment have been merged into one container. And a new container has been…
-
Post Views: 17 1. In phpstorm prompt: Invalid vcs root mapping. The directory <project>\vendor\wartron\yii2-uuid is registered as a git root, but no git repositories were found there. as shown in Figure 1 2. Click Configure to enter the configuration interface. Discover: Vendor\Wartron\Yii2-UUID is marked red. as shown in Figure 2 3. Reference URL:https://www.shuijingwanwq.com/2020/05/11/4130/. The reason is that the directory is…
-
Post Views: 11 1. TortoiseGit -> Display log, as shown in Figure 1 2. Start: 2019/01/01 to: 2019/12/31, as shown in Figure 2 3. Click the Statistics button, the statistics dialog box will pop up, and click the calculation button. as shown in Figure 3 4. The total number of changes that do not include adding/deleted files: 58807 (38411 (+)…
-
Post Views: 12 1. TortoiseGit -> Display log, as shown in Figure 1 2. Start: 2019/01/01 to: 2019/12/31, as shown in Figure 2 3. Click the Statistics button, the statistics dialog box will pop up, and click the calculation button. as shown in Figure 3 4. The total number of changes that do not include adding/deleted files: 58807 (38411 (+)…
-
Post Views: 49 1. Force push on GitLab, and report an error: Remote GitLab you are not allowed to push code to a protected branch on this project. as shown in Figure 1 2. Check GitLab – Members – Existing Members and Groups. Master, in theory, has permissions. as shown in Figure 2 3. Repository settings – protected branches –…