On Mon, Jul 28, 2008 at 01:00:02PM +0000, Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum wrote:
git clone git://git.cuci.nl/pike
Ok, that seems to give me 7.7. How do I get for example nt-tools or 7.0?
git branch -a to see all branches,
git makes a difference between remote and local branches. remote branches are used to track the branches from the remote repo (designated as origin), local branches are where you make your own changes. to update (akacvs/svn up) you merge the remote branch.
git by default checks out the active branch hence you get a local branch for that. to get other local branches run git checkout -b nt-tools origin/nt-tools
greetings, martin.
How do I get bin/rsqld.pike from 2004-04-24?
How do I use log to find that src/modules/_math was originally called src/modules/math?