1

I have been contributing to an open source project for a while now, I know most of the Git's Workflow, but recently I founded an interesting thing while I was looking at another contributor's PR, I saw two people's image on the commit, when I clicked on the commit it said

xyz committed with abc

What does that mean ? How can another person commit with another person in his PR, I found it a bit interesting and confusing, therefore thought to ask here.

Yathartha Joshi
  • 716
  • 1
  • 14
  • 29
  • Hope this could help you http://stackoverflow.com/questions/37245303/what-does-usera-committed-with-userb-13-days-ago-on-github-mean – Ajay Singh Mar 26 '17 at 00:47

1 Answers1

0

You're probably seeing an author and a committer on the commit. See this for more information.

Community
  • 1
  • 1
Josh Abraham
  • 959
  • 1
  • 8
  • 18