Top "Dvcs" questions

DVCS stands for Distributed Version Control System.

How can I view the output of `git show` in a diff viewer like meld, kdiff3, etc

There are many SO questions that show how to view the output of a git diff command in a diff …

git version-control diff dvcs
Retrieve old version of a file without changing working copy parent

How do you get a copy of an earlier revision of a file in Mercurial without making that the new …

version-control mercurial dvcs revert
how to make pull requests *without* a github account?

One of the goals of git is to be decentralized. If Github is to be the ... hub of git, then …

github dvcs pull pull-request
Go back to old revision in Bazaar

I want to go back in my bazaar history (change working tree) to find the commit that introduced a certain …

version-control dvcs bazaar vcs-checkout
Why Kiln is based on Mercurial, and not other (D)VCS

What were the reason for chosing Mercurial as a basis of FogCreek Kiln, a source control management system with tightly …

version-control mercurial dvcs kiln
Git versus Mercurial for .NET developers?

I've been wondering what is the better DVCS for .NET developers? From reading various information it has sounded like Mercurial …

.net git mercurial dvcs
Git Submodule to a subfolder

In svn you can link a repository to any folder in another svn repository. I'm wondering if there is a …

git dvcs git-submodules
Getting started with Version Control

I need to implement version control, even for just the developing I do at home. I have read about how …

git svn version-control language-agnostic dvcs
Show all commits whose diff contain specific string

As the title says, I want to find every commit whose diff contains specific string. At the moment, I use …

git dvcs
How does git track source code moved between files?

Apparently, when you move a function from one source code file to another, the git revision log (for the new …

git version-control dvcs