[Koha-devel] question about git install

Mason James mtj at kohaaloha.com
Mon Apr 29 14:02:37 CEST 2013


On 2013-04-29, at 11:29 PM, Samuel Desseaux wrote:

> Hi!
> 
> I've made a git install of koha.
> 
> I've followed these instructions
> 
> git clonehttp://git.koha-community.org/koha.git  kohaclone
> cd kohaclone
> git checkout 3.10.04
> 
> 
> How can i solve this problem?
> 


just reset your repo to the 'v3.10.04' tag/commit...
 $ git reset v3.10.04

then, verify...
 $ git log --oneline|head -1
 ffcf600 3.10.4 release notes




More information about the Koha-devel mailing list