In order to make it easier for everyone to use TortoiseGit quickly and intuitively, PHP editor Zimo will introduce the operation process of creating a warehouse in detail. For those who have questions about warehouse creation, you may wish to continue reading the article to learn how to operate.
1. After installing TortoiseGit, we choose to create a warehouse. Select the required folder, right-click the mouse and select the [Git Create repository here...] option to create it successfully.
2. If you encounter creation failure, please check whether there is a folder in the current folder. If so, please follow this operation to solve it. Select Git Create repository here... and then select Commit to solve the problem.
3. Want to delete the warehouse and keep the physical files? You can find the .git file in the repository and delete it to solve the problem.
The above is the detailed content of The operation process of creating a warehouse with TortoiseGit. For more information, please follow other related articles on the PHP Chinese website!