I just started using Git and it is amazing. This is not a question about various commands or general Git usage. My question is that, can I track which users are cloning or pulling my repository onto their local machines?
Just to be clear. I have a repository on GitHub https://github.com/myOrganization/myRepo Can I track who is cloning and using the code present on this repository?
Edit: The repository may be public or private.