From: Stephen D. <sd...@gm...> - 2008-11-20 19:49:08
|
On 11/20/08, Vasiljevic Zoran <zv...@ar...> wrote: > > On 20.11.2008, at 20:33, Stephen Deasey wrote: > > > > > And clean your finger nails, and brush your teeth, and say your > > prayers... > > > Eh... brave new world... > > So yet another thing to learn... I guess Internet is full of docs > about this and I will have fun reading it. Hopefully, it will take you about 2 minutes to get the basics, which is the advantage of mercurial over git, an otherwise great system. Clone the repository first. You need the bits on your hard drive: $ hg clone https://zo...@bi.../naviserver/naviserver/ $ cd naviserver ... hack hack hack... $ hg commit $ hg push Now obviously there are bells n' whistles, but the basics are easy enough that it shouldn't prevent you from getting things done. (The built-in help is excellent: hg help, hg pull --help, etc.) |