0

I am trying to fetch all remote branches under one user name that are not deleted in git. How to fetch all remote branches created by a particular user in git?

  • The answer to your question is in this link: [Click Here](http://stackoverflow.com/questions/10312521/how-to-fetch-all-git-branches) – MegaColorBoy Oct 12 '16 at 06:26
  • 1
    git does not store any information about the user who created a particular branch. Are there any conventions in your case e.g. for the branch names that would allow to detect the user who created the branch? – lucash Oct 12 '16 at 06:45

0 Answers0