Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can i use TortoiseGIT And Eclipse EGit on same Repo?

If my repo is create by TortoiseGIT, and imported to Eclipse, should i use EGit to operate the repo?

I afraid the repo database will crash due to different client.

like image 553
Cheung Avatar asked Dec 10 '25 08:12

Cheung


1 Answers

Yes, you can. Unlike some other version control systems, all git clients are using exact same git object store format, and in general it is perfectly safe to use them in parallel.

like image 198
mvp Avatar answered Dec 12 '25 23:12

mvp



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!