I’m looking for a simple tutorial for how to use tortoisegit without any server? I’ve tried google but, although a lot of people mention you can use tortoisegit without a server, no one explains how to do it so any help is greatly appreciated!
Share
Simple:
git init myFirstRepo cd myFirstRepo echo test> myFirstFileFrom here, open a Windows explorer and you will the usual icons from files modified, to be added, to be committed, and so on.