So now to get my opensource bin directory i have just to run:
hg clone https://bertux.googlecode.com/hg/ ~/binWhen i've a new script to push to Google Code, i can first add and commit it locally without needing network by running:
hg add ~/bin/new-script.shAnd when i've internet access to Google Code by HTTPS, i have to run:
hg commit -m "new script"
hg pushAnd with hg it's simpler to fork from it like with git.
See you next time.
No comments:
Post a Comment