dashboard
repositories
filestore
activity
search
login
githubFork
/
gitblit
Gitblit devel
summary
reflog
commits
tree
docs
forks
compare
pages
blame
|
history
|
raw
created panels for logs, tags, and branches.
James Moger
2011-04-08
698678268f53067c239a11e928dfd16761a2f9f7
[githubFork/gitblit.git]
/
makerepository.cmd
1
2
3
4
5
6
7
8
9
10
11
@if [%1]==[] goto missingparameters
@java -cp gitblit.jar;"%CD%\lib\*" com.gitblit.MakeRepository --create %1
@goto end
:missingparameters
@echo Usage:
@echo makerepository path_to_repository
@echo.
:end