blueberryfields
blueberryfields

Reputation: 50448

Can I/how do I configure git extensions to show, within windows explorer, which directories have been touched?

I'm wondering if I can/how can I configure git extensions to, when I explore a file system with windows explorer, show me which directories/files have git repositories in them, and, of those which have repositories, which have been touched.

Upvotes: 5

Views: 1174

Answers (1)

VonC
VonC

Reputation: 1326366

No, this is not currently possible with GitExtensions


You might want to use TortoiseGit for that kind of integration with the Windows Explorer.

https://www.openshift.com/sites/default/files/Explorer2_0.png

Upvotes: 3

Related Questions