If I commit and push code from several devices to a single repo in Github, is it possible to determine which commit came from which device?
Devices can be on the same or different networks.
Does a git commit
metadata contain any unique identifier for the device, external identifiers such as ip address, or internally generated identifiers such as uuid?
I am asking this question out of curiosity, I don't intend to add such information to my commits.