How to find the branch created date?

  • I used the Event API to solve this problem
  1. Use Event Api get all push event;
  2. filter “pushed new” event
  3. get branch name and createDate