This page presents various bash scripts that can be integrated into IDE or Git GUI manager (such as `qgit`) in order to quickly perform Git tasks in the context of the [CamiTK Git workflow](./CamiTK_Git_Branching_Model).
In order to work properly these scripts require:
- that you are connected on the gitlab server (and have the proper credentials)
-`git`
-`kdialog` command (required for most of the scripts, it enhances the UI, it is provided on Debian by package `kde-baseapps-bin`)
-`curl` (for triggering the pipeline through the REST gitlab API)
Be sure to have read both:
- The [branch naming convention](./CamiTK_Git_Branching_Model)
- The [branch naming convention](https://camitk.gricad-pages.univ-grenoble-alpes.fr/Docs/Getting%20Started/CamiTK%20Overviews/CamiTK_Git_Branching_Model/)
- The [commit message convention](./Core_developper_guidelines)