OVYA Git Bash Scritps  0.1.0
Useful git scritps and OVYA git workflow related scripts
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  src
 git-divergence.shGives a list of incoming commits, on branchB and not branchB, and outgoing commits, on branchB and not branchA
 git-ogw-add-commit.shThis script create a fancy numbered test commit adding one file
 git-ogw-create-repos.shThis 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
 git-ogw-feature-close.shThis script close a feature branch interactively. If the feature branch is not deleted, the feature branch will be pushed
 git-ogw-feature-delete.shThis script delete a feature branch
 git-ogw-feature-push.shThis script push properly a feature branch
 git-ogw-feature-start.shThis script create a feature branch interactively
 git-ogw-feature-update.shThis script rebase a feature branch interactively
 git-ogw-master-update.shThis script rebase the master branch from the upstream branch if needed from wathever current branch you are
 ovyaGitLib.sh