Top "Github" questions

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

How can I determine the URL that a local Git repository was originally cloned from?

I pulled a project from GitHub a few days ago. I've since discovered that there are several forks on GitHub, …

git github git-remote
Git pull a certain branch from GitHub

I have a project with multiple branches. I've been pushing them to GitHub, and now that someone else is working …

git merge branch github pull
How to remove a directory from git repository?

I have 2 directories on my GitHub repository. I'd like to delete one of them. How could I do that without …

git github bitbucket delete-file git-bash
Git push requires username and password

I cloned a Git repository from my GitHub account to my PC. I want to work with both my PC …

authentication github git-push git-pull git-clone
git error: failed to push some refs to remote

For some reason, I can't push now, whereas I could do it yesterday. Maybe I messed up with configs or …

git github
Updating a local repository with changes from a GitHub repository

I've got a project checked locally from GitHub, and that remote repository has since had changes made to it. What's …

git github
Git push results in "Authentication Failed"

I have been using Github for a little while and I have been fine with git add, git commit, and …

git authentication github
How can I remove a commit on GitHub?

I "accidentally" pushed a commit to GitHub. Is it possible to remove this commit? I want to revert my GitHub …

git github git-commit
How to add images to README.md on GitHub?

Recently I joined GitHub. I hosted some projects there. I need to include some images in my README File. I …

github markdown github-flavored-markdown readme
Download single files from GitHub

I guess most of you, developers, use any VCS, and I hope some of you use Git. Do you have …

git version-control github