Skip to content

GHE:Housekeeping:Forks

lbonanomi edited this page Mar 26, 2019 · 1 revision

List a user's forks

curl -snd '{
  "query": "query { user(login: \"'$USERNAME'\") { repositories(first: 100, isFork: true) { nodes { name pushedAt url } } } }"
  }
  ' https://$GHE.$DOMAIN.com/api/graphql 
Clone this wiki locally