OVYA Git Bash Scritps
0.1.0
Useful git scritps and OVYA git workflow related 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 :
Further reading : A tidy, linear Git history.
You'll find here others useful Git scripts used in our developers' team.
In order to develop the mentioned scripts we have developed a set of useful bash functions regrouped in the library ovyaGitLib.sh
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
.
More than 200 unit tests can be done using the command make test
.