2

After using git for a while, I found that there is a gitk.cache file in the. Git folder. What is the function of this file? What can be used for? Is there any potential safety hazard if it is leaked out?

phd
  • 82,685
  • 13
  • 120
  • 165
MiniServer
  • 23
  • 2

1 Answers1

0

The gitk.cachefile as the name suggest is just a cache of your activities and interactions with your git account during push/pull/update... It helps make things run a bit more smoothly in terms of speed (and as any cache is intended to do)

No it does not have a potential saftety hazard if it is leaked. You can google for gitk.cache and you will find a lot of people sharing theirs.

There is not much on this topic explicitly shared online but here is what I know for certain.

I hope it helps

mw509
  • 1,957
  • 1
  • 19
  • 25