mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-01-18 05:22:40 +01:00
Added base for Windows user
Hint to use double quotes for Git Executible path. Set repo base to windows path.
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
client = '/usr/bin/git' ; Your git executable path
|
||||
repositories = '/var/www/projects/' ; Path to your repositories
|
||||
|
||||
;Windows Users
|
||||
;client = '"C:\Program Files (x86)\Git\bin\git.exe"' ; Your git executable path
|
||||
;repositories = 'C:\Path\to\Repos\' ; Path to your repositories
|
||||
|
||||
|
||||
; You can hide repositories from GitList, just copy this for each repository you want to hide
|
||||
; hidden[] = '/var/www/projects/BetaTest'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user