Toolbox repo of Cognitionx engineering team. You can find various scripts and documentation available to all engineering teams in this repo.
For installation, clone the repo and add the folder to your PATH.
$ git clone git@github.com:CognitionX/toolbox.git ~/toolbox
$ echo 'export PATH=~/toolbox/github-flow/:$PATH' >> ~/.bash_profile
$ . ~/.bash_profileYou check if it is installed correctly usign which:
$ which merge_into_development.sh
merge_into_development.sh is ~/work/toolbox/github-flow/merge_into_development.sh