Top "Version-control" questions

Version control is the management of changes to documents, programs, and other information stored as computer files.

Getting Git to work with a proxy server - fails with "Request timed out"

How do I get Git to use a proxy server? I need to check out code from a Git server, …

git version-control proxy
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
Undo git pull, how to bring repos to old state

Is there any way to revert or undo git pull so that my source/repos will come to old state …

git version-control git-merge
How to change the author and committer name and e-mail of multiple commits in Git?

I was writing a simple script in the school computer, and committing the changes to Git (in a repo that …

git version-control git-filter-branch git-rewrite-history
How can I make git accept a self signed certificate?

Using Git, is there a way to tell it to accept a self signed certificate? I am using an https …

git version-control https self-signed
Ignore files that have already been committed to a Git repository

I have an already initialized Git repository that I added a .gitignore file to. How can I refresh the file …

git caching version-control gitignore git-rm
Get changes from master into branch in Git

In my repository I have a branch called aq which I'm working on. I then committed new work and bugs …

git version-control git-merge
Git for beginners: The definitive practical guide

Ok, after seeing this post by PJ Hyett, I have decided to skip to the end and go with Git. …

git version-control
Undo working copy modifications of one file in Git?

After the last commit, I modified a bunch of files in my working copy, but I want to undo the …

git file version-control dvcs undo
How do I remove a single file from the staging area (undo git add)?

Situation: I have a Git repository with files already in the index. I make changes to several files, open Git …

git version-control staging