Top "Github" questions

GitHub is a web-based hosting service for software development projects that use Git for version control.

Link to the issue number on GitHub within a commit message

Is it somehow possible to automatically have a link to GitHub issue number in the git commit message?

git github git-commit
Is there a way to cache GitHub credentials for pushing commits?

I recently switched to synchronizing my repositories to https:// on GitHub (due to firewall issues), and it asks for a …

git authentication github git-push git-config
Why am I seeing "TypeError: string indices must be integers"?

I'm playing with both learning python and trying to get github issues into a readable form. Using the advice on …

python json github
GitHub Error Message - Permission denied (publickey)

Anybody seen this error and know what to do? I'm using the terminal, I'm in the root, the GitHub repository …

git github
Pushing to Git returning Error Code 403 fatal: HTTP request failed

I was able to clone a copy of this repo over HTTPS authenticated. I've made some commits and want to …

git github dvcs
How do I update a GitHub forked repository?

I recently forked a project and applied several fixes. I then created a pull request which was then accepted. A …

git github pull-request git-fork
Download a single folder or directory from a GitHub repo

How can I download only a specific folder or directory from a remote Git repo hosted on GitHub? Say the …

git file github directory repository
How do I create a folder in a GitHub repository?

I want to create a folder in a GitHub repository and want to add files in that folder. How do …

git github github-services
How do I add files and folders into GitHub repos?

I created an account on GitHub — I'm new on it — and I'm facing a problem with adding files. I have …

git github
Create a tag in a GitHub repository

I have a repository in GitHub and I need to tag it. I tagged in a shell, but on GitHub, …

git github git-tag