Hacking:Tools: Difference between revisions

No edit summary
Line 242:
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 branch</code> - to see what branch is current.