Top "Github-api" questions

An API used to retrieve information about data on GitHub.

Use Invoke-WebRequest with a username and password for basic authentication on the GitHub API

With cURL, we can pass a username with an HTTP web request as follows: $ curl -u <your_username> …

powershell github-api basic-authentication
Git cli: get user info from username

Is there a way to get the name of the user, given only their username? Something like this output git …

git github github-api
How can I see the size of a GitHub repository before cloning it?

Is there a way to see how big a Git repository is on GitHub before you decide to clone it? …

github github-api
How to retrieve the list of all GitHub repositories of a person?

We are working on a project where we need to display all the projects of a person in his repository …

github github-api
Is there a way to lock individual files or directories on fork when using git?

We are a team of 60+ developers working on the same product and are moving from SVN to Git and GitHub. …

git github githooks github-api
GitHub Api download zip or tarball link

There was a good link here about how the zip/tarball string is created When I download a zip from …

git github github-api
How to create a new repo at Github using git bash?

How can I create a new repository from my machine using git bash? I followed the below steps: mkdir ~/Hello-World …

github github-api git-bash
What's the difference between tag and release?

Using GitHub's API, I can't get the releases list, but I can get the tags list. What's the difference between …

git github github-api
How can I export GitHub issues to Excel?

How can I export all my issues from an Enterprise GitHub repository to an Excel file? I have tried searching …

excel github github-api github-enterprise
How can I get a list of all pull requests for a repo through the github API?

I want to obtain a list of all pull requests on a repo through the github API. I've followed the …

github github-api pull-request