Search code examples
tortoisegit

How to add existing project to Git with TortoiseGit


This it the TortoiseGit version of this question

If I have an existing project and I want to add add it to Git version control and "check it out" immediately, what's the TortoiseGit command for that?

I searched in tortoisegit "create repository here" and found nothing useful.


Solution

  • Open the context menu of the main folder and select "Git Create repository here...". And commit all files (don't forget to add files you don't want to track to the ignore list).