Are there cheat sheets for misc source code management tools?

Posted by Alex_coder on Stack Overflow See other posts from Stack Overflow or by Alex_coder
Published on 2010-05-03T15:15:48Z Indexed on 2010/05/03 15:18 UTC
Read the original article Hit count: 191

Filed under:
|
|

I'm looking for something similar to Pacman Rosetta, which explains how to achieve similar tasks using different source code management tools.

Sometimes docs for a certain SCM contain examples comparing that particular SCM to a couple of others. But I'm looking for a central place that contains maximum available information.

Example: one uses bzr and knows that 'bzr pull' syncs a local repo by fetching new content from a remote repo. One want to know how to do that with git. One finds the git command, he knows the keyword. Since the keyword is known, one can proceed straight to git docs, he knows what to read about, he doesn't have to waste time by searching the git docs.

I understand this might be not the only way people use to learn a new SCM tool. If you use other approaches, please do tell.

© Stack Overflow or respective owner

Related posts about cheat-sheet

Related posts about scm