Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dvcs

In Mercurial, what's the difference between a 'head' and a 'branch'?

mercurial dvcs

How can I provide a 2-way mirror of a Git repository with another SCM? (bzr, hg etc)

Get tip changeset of remote Mercurial repository

mercurial dvcs

How do I determine the parent repository of a git repository?

git dvcs

How should I version control (sort of) unrelated scripts in the same path?

How to make sure my git repo code is safe?

git backup dvcs

Multiple simultaneous version control systems?

Ponderings of a Subversion User: What is a "branch" in Mercurial terms?

mercurial branch dvcs

Do Distributed Version Control Systems promote poor backup habits?

version-control dvcs

Function history with Mercurial

svn function mercurial dvcs

Is Feature Branching still (or ever) considered a bad practice?

Maintaining a changelog.txt file in a DVCS

git version-control dvcs

Git branching example from Pro Git

git dvcs git-branch

Mercurial: Include secret changesets in bundle?

Will adding an open source license to my project apply to the entire project revision history? [closed]

Git for Web Development (procedure method)

php git version-control dvcs

Can 'git status' be configured so that it won't provide help text?

git dvcs

How can I delete unversioned files in Bazaar?

dvcs bazaar

Python wrapper to access Hg, Git and possibly Bazaar repositories?

Mark changes as already merged or deliberately ignored with hg pull/push/merge/graft?