OVYA Git Bash Scritps  0.1.0
Useful git scritps and OVYA git workflow related scripts
OVYA Git Bash Script for a Stable Mainline Branching Model

Workflow Scripts

You'll find Bash scripts here that make easy to maintain a stable mainline branching model as describe by Marcus Geelnard
The main difference with our branching model compared to Marcus one is that we use only one release branch instead of one branch by major release.
Our workflow branching model looks like more to this one :

stable-environment-branches.svg
© Marcus Geelnard (source here https://goo.gl/NPvQhw )

Further reading : A tidy, linear Git history.

Useful Scripts

You'll find here others useful Git scripts used in our developers' team.

Libray

In order to develop the mentioned scripts we have developed a set of useful bash functions regrouped in the library ovyaGitLib.sh

Installation/Uninstall

Go to the source code directory and run the commande make install.
The script will symlink the source scripts files into the directory /usr/local/bin so you must have read/write access to this destination. To uninstall the scripts, usse the command make uninstall.

Unit Tests

More than 200 unit tests can be done using the command make test.

Version
0.1.0
URL
https://github.com/OVYA/ogws