Top "Github" questions

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

Cloning a private Github repo

I have a private repository on Github for a project I'm working on. Until now I had only worked on …

git github private
How to use gitignore command in git

I'm working first time on git. I have pushed my branch on github and it pushed all the library and …

git github
Git credential helper - update password

I'm currently using GitHub over HTTPS and have the latest version of Git installed (1.9.0) along with the Git credential helper …

git github windows-7-x64 change-password git-credential-winstore
How to sync with a remote Git repository?

I forked a project on github, made some changes, so far so good. In the meantime, the repository I forked …

git synchronization github
How to remove a branch locally?

I have a master and a dev branch in my repository. I want to remove the master branch from my …

git github
How to git-cherry-pick only changes to certain files?

If I want to merge into a Git branch the changes made only to some of the files changed in …

git github cherry-pick
Make the current commit the only (initial) commit in a Git repository?

I currently have a local Git repository, which I push to a Github repository. The local repository has ~10 commits, and …

git github git-commit
How to add screenshot to READMEs in github repository?

Is it possible to place a screenshot in README file in a GitHub repository? What's the syntax?

github markdown
Remove directory from remote repository after adding them to .gitignore

I committed and pushed some directory to github. After that, I altered the .gitignore file adding a directory that should …

git github gitignore
Change Git repository directory location.

With Git/Github for Windows, if I have a repository with this directory: C:\dir1\dir2, what do I need …

git github github-for-windows