Top "Github" questions

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

How to download source in ZIP format from GitHub?

I see something strange like: http://github.com/zoul/Finch.git Now I'm not that CVS, SVN, etc. dude. When …

git github
Delete forked repo from GitHub

I'm starting with git and GitHub and there's a project I'm watching on GitHub. I unintentionally clicked to fork it. …

git github
Calculate RSA key fingerprint

I need to do the SSH key audit for GitHub, but I am not sure how do find my RSA …

github ssh rsa ssh-keys
How can I delete all Git branches which have been merged?

I have many Git branches. How do I delete branches which have already been merged? Is there an easy way …

git github version-control branch feature-branch
SSL certificate rejected trying to access GitHub over HTTPS behind firewall

I'm stuck behind a firewall so have to use HTTPS to access my GitHub repository. I'm using cygwin 1.7.7 on Windows …

git ssl github cygwin ssl-certificate
git - remote add origin vs remote set-url origin

I create a new repository: git init echo "# MESSAGE" >> README.md git add README.md git commit -m "…

git github
GitHub "fatal: remote origin already exists"

I am trying to follow along Michael Hartl's Rails tutorial but I've run across an error. I signed up on …

github terminal github-for-mac
fatal: The current branch master has no upstream branch

I'm trying to push one of my projects to github, and I keep getting this error: peeplesoft@jane3:~/846156 (master) $ git …

git github
Remote origin already exists on 'git push' to a new repository

I have my project on GitHub at some location, [email protected]:myname/oldrep.git. Now I want to push …

git github git-push git-remote
Git, fatal: The remote end hung up unexpectedly

When I tried to run git push origin master --force I just got Counting objects: 2649, done. Delta compression using up …

git github