Hacking:Tools: Difference between revisions

Content added Content deleted
No edit summary
Line 242: Line 242:
Below we will show several useful commands you will need to know for begin work with mercurial.
Below we will show several useful commands you will need to know for begin work with mercurial.


* <code>hg clone https://bitbucket.org/dismine/valentina</code> - clonning the main repository.
* <code>hg pull</code> - pull updates.
* <code>hg update develop</code> - update to '''develop''' branch.
* <code>hg update develop</code> - update to '''develop''' branch.
* <code>hg branch</code> - to see what branch is current.
* <code>hg branch</code> - to see what branch is current.