Better creating of repositories, repo_create now takes description for second argument and new scripts to do it post creation as well.
4 lines
106 B
Bash
Executable File
4 lines
106 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
ssh git@git.aryadevchavali.com "cd /git/$1.git; git config gitweb.description \"$2\"";
|