Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dvcs

How do the decentralized behaviour of Distributed Revision Control Systems Work?

architecture dvcs

Does a bisect in version control benefit from using a rebaseif workflow?

Differentiated access rights in distributed VCS's

Git change history of feature-branch into a new branch?

Why is mercurial dumb when merging? How can I make pulling/merging changes simpler?

mercurial merge dvcs

In Mercurial, how to edit a past changeset when the history contains merges?

Retrieve Git push history?

Local branches show-up on GitHub's "Network" view

DVCS for a small company of remote employees

dvcs

How do we manage granular changesets in the central/shared repository?

mercurial workflow dvcs

SVN & DVCS workflow - preserving history

svn git mercurial workflow dvcs

One word to summarize Git and other DVCS

git version-control dvcs

How Should I Handle a Plugins Repo Using Git?

git github dvcs

How/Where to back up local checkout of a DVCS between pushes to the server?

git mercurial backup dvcs

Preventing users from committing when the branch is close

Does git have an equivalent for the bazaar automv plugin?

git dvcs bazaar

TFS Shelve vs DVCS (e.g Git, Mercurial) offline commits

git mercurial dvcs

Does it make sense to commit after every save with a DVCS?

git mercurial dvcs