Top "Dvcs" questions

DVCS stands for Distributed Version Control System.

Locking binary files using git version control system

For one and a half years, I have been keeping my eyes on the git community in hopes of making …

git version-control binaryfiles dvcs
How do I synchronise two remote Git repositories?

I have two repository urls, and I want to synchronise them such that they both contain the same thing. In …

git version-control github dvcs
Git interoperability with a Mercurial Repository

I use GIT on a Mac. Enough said. I have the tools, I have the experience. And I want to …

git version-control mercurial interop dvcs
git untracked files - how to ignore

When I run git status, I see the "Untracked files" section has many files (some with a "." extension.) I don't …

git version-control dvcs gitignore git-status
How do I "switch" with Mercurial

How do I do what svn switch does, in Mercurial? That is change my working directory to switch to another …

svn version-control mercurial dvcs
git push to multiple repositories simultaneously

How can I make git push to push not only to origin but also another remote repository? as git push …

git version-control dvcs
Why might git log not show history for a moved file, and what can I do about it?

I've renamed a couple of files using git mv, used git stash, had a quick look at HEAD (without changing …

git history dvcs rename git-log
Git and Mercurial - Compare and Contrast

For a while now I've been using subversion for my personal projects. More and more I keep hearing great things …

git version-control mercurial dvcs
Delete all local changesets and revert to tree

I'm using Mercurial and I've got into a terrible mess locally, with three heads. I can't push, and I just …

version-control mercurial dvcs head
Comparing the pros and cons of Bitbucket to Github

Disclaimer: This is a subjective question. Please follow relevant guidelines. I am considering the migration of source code from a …

git github bitbucket dvcs