Top "Github" questions

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

How to upload a project to Github

After checking Upload my project to github I still have no idea how to get a project uploaded to my …

upload github repository git-bash git-gui
Git: Installing Git in PATH with GitHub client for Windows

How do I install Git in my PATH when using the GitHub client for Windows? I'm running into errors because …

git github github-for-windows
How can I switch to another branch in git?

Which one of these lines is correct? git checkout 'another_branch' Or git checkout origin 'another_branch' Or git checkout …

git github version-control gitlab git-checkout
How to change my Git username in terminal?

I was pushing and pulling from git in Terminal then I changed my username on github.com. I went to …

git github git-config
Untrack files from git temporarily

I have setup a local git on my machine. When I initialized git, I added pre-compiled libs and binaries. However, …

git github repository
Git push existing repo to a new and different remote repo server?

Say I have a repository on git.fedorahosted.org and I want to clone this into my account at github …

git github
Clone only one branch

I would like to know how I could clone only one branch instead of cloning the whole Git repository.

git github
Importing a GitHub project into Eclipse

I've imported a GitHub project but how do I setup the project in my Eclipse project workspace? Do I need …

eclipse github
How can I rollback a github repository to a specific commit?

My github has 100 commits in it right now. I need to rollback the repository to commit 80, and remove all the …

git github
Git keeps prompting me for a password

I've been using Git for a while now, but the constant requests for a password are starting to drive me …

git github