How can you tell who merged which branch into git?
问题 We are using git for a project, making use of git flow (http://nvie.com/posts/a-successful-git-branching-model/) to manage hotfixes, features, etc. However, somehow the changes in develop (which is weeks ahead of master ) have been merged into master , and a recent git push has published the unstable develop branch! How can I find out who merged develop into master and when this was done? How can I undo this, given that there will likely have been commits made after this merge, and also given