Nick Dokos <nicholas.do...@hp.com> writes: > Jambunathan K <kjambunat...@gmail.com> wrote: > >> Nick Dokos <nicholas.do...@hp.com> writes: >> >> >> >> >> How do I get the latest version of org-mode, with git? >> >> >> >> I got the version I have initially with >> >> 'git clone git://orgmode.org/org-mode.git', and I >> >> 'git refresh' every day, but that keeps me in 7.9.3c. >> >> >> > >> > You mean ``git pull''? I get >> > >> > $ git refresh >> > git: 'refresh' is not a git command. See 'git --help'. >> >> make update > > > Agreed: the best thing to do is ``make help'' and ``make helpall'', and > figure out what the proper make target is for one's purposes. > > Nick
Sorry, I meant 'git fetch' from inside the org-mode directory. Dave