I don't know about TortoiseGit, but the git init
command simply creates a (hidden) .git
directory in the root directory of the repository and populates it with the necessary files. Therefore, to cancel init, you need to delete this .git
directory. Please note that some files in this directory may be write protected, so a warning dialog may appear. Also note that all commits made by you in this repository will be lost (which should not be a problem in your case).
However, I don't know if this works or is enough when using TortoiseGit ...
siegi source share