@@ -101,7 +101,7 @@ Just proceed like for a new feature, with the difference that it should be prepe
As you are on the develop branch, the most usual case to work with Git is to do the job on a separate branch called feature branch creates from develop branch.
1. Choose a proper name for your branch (see [here](https://camitk.gricad-pages.univ-grenoble-alpes.fr/Docs/Getting%20Started/CamiTK%20Overviews/CamiTK_Git_Branching_Model/#naming-conventions)
1. Choose a proper name for your branch (see [here](https://camitk.gricad-pages.univ-grenoble-alpes.fr/Docs/Getting%20Started/CamiTK%20Overviews/CamiTK_Git_Branching_Model/#naming-conventions))
2. Create the new branch and switch to the new branch: