OVYA Git Bash Scritps
0.1.0
Useful git scritps and OVYA git workflow related scripts
|
Files | |
file | git-divergence.sh |
Gives a list of incoming commits, on branchB and not branchB, and outgoing commits, on branchB and not branchA. | |
file | git-ogw-add-commit.sh |
This script create a fancy numbered test commit adding one file. | |
file | git-ogw-create-repos.sh |
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. | |