Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add existing project to Git with TortoiseGit

Tags:

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.

like image 868
Clay Nichols Avatar asked Nov 26 '16 00:11

Clay Nichols


1 Answers

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).

like image 177
MrTux Avatar answered Oct 19 '22 17:10

MrTux