Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to know if a user has pulled from a git repository

Tags:

git

When someone pulls from a particular repository is this fact stored anywhere in the repo they pulled from?

I have tried looking for commands and log files that would give me this information but so far I haven't came up with anything.

like image 704
Toby Avatar asked Dec 17 '25 20:12

Toby


1 Answers

No, this information is not stored in the repo that is being pulled from. You could technically fake it by writing your own git-daemon that tracked that sort of information, adding an extra process that logs who logged in over ssh to pull, but besides that there is nowhere that this information is being stored.

like image 196
X-Istence Avatar answered Dec 19 '25 14:12

X-Istence



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!