Reputation: 4648
I have a repository in github, that I have cloned to my local computer(using command line).
I want to use TortoiseGit.
How can I synchronize this repository with TortoiseGit?
Upvotes: 0
Views: 1483
Reputation: 19045
TortoiseGit is just another Git client, so once you have cloned the repo onto your machine, there is nothing you need to do to "sync" it with TortoiseGit. Once TortoiseGit is installed, you can right click on a file/folder in the repo and you will see all the options.
Upvotes: 1