Git pull/push history: Does Git save information who did a pull or push operation? -


if user pulls in changes master in branch b , possible without merge (no conflicts), there possibility see did pull in git history (or possibly other git metadata)? assuming pull pushed corresponding branch on central git repository. there "push" history in git?

no, information not automatically recorded anywhere. need have gitlab or github, handles (among others) authentication/authorization , able log kind of information.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -