OVYA Git Bash Scritps  0.1.0
Useful git scritps and OVYA git workflow related scripts
All Files Functions Modules Pages
src Directory Reference

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.
 
file  git-ogw-feature-close.sh
 This script close a feature branch interactively. If the feature branch is not deleted, the feature branch will be pushed.
 
file  git-ogw-feature-delete.sh
 This script delete a feature branch.
 
file  git-ogw-feature-push.sh
 This script push properly a feature branch.
 
file  git-ogw-feature-start.sh
 This script create a feature branch interactively.
 
file  git-ogw-feature-update.sh
 This script rebase a feature branch interactively.
 
file  git-ogw-master-update.sh
 This script rebase the master branch from the upstream branch if needed from wathever current branch you are.
 
file  ovyaGitLib.sh