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

Files

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.
 

Detailed Description