OVYA Git Bash Scritps  0.1.0
Useful git scritps and OVYA git workflow related scripts

This script create a git bare repository interactively with useful options. This assume you have the user git-user by default who can execute all the git. You can change this user overwriting the environnement variable GIT_USER. You can overwrite the default directory (/usr/local/git/) to store the repositories setting the environnement variable ROOT_DIR commands from a remote git work repository. Exemple : GIT_USER=$USER ROOT_DIR=$HOME/git_repos/ git-ogw-create-repos.sh. More...

Variables

String ASSUME_YES = false
 
String GIT_USER = ${GIT_USER:-'git-user'}
 
String ROOT_DIR = ${ROOT_DIR:-'/usr/local/git/'}
 

Detailed Description

This script create a git bare repository interactively with useful options. This assume you have the user git-user by default who can execute all the git. You can change this user overwriting the environnement variable GIT_USER. You can overwrite the default directory (/usr/local/git/) to store the repositories setting the environnement variable ROOT_DIR commands from a remote git work repository. Exemple : GIT_USER=$USER ROOT_DIR=$HOME/git_repos/ git-ogw-create-repos.sh.

Author
Philippe Ivaldi http://www.piprime.fr/
Version
0.0.0
URL
https://github.com/OVYA/ogws