Mercurial: Difference between revisions

From Celeste@Hoppinglife
Jump to navigation Jump to search
Line 7: Line 7:
== Cheatsheet ==
== Cheatsheet ==


* use <code>hg help command</code> for command.
* use <code>hg help command</code> to obain manpage.


== Difference from git ==
== Difference from git ==

Revision as of 20:12, 21 May 2020

Mercurial is a source control tool.

References

Cheatsheet

  • use hg help command to obain manpage.

Difference from git