- Fork the repository if you are not member of SIA Crealoz.
-
Clone the repository on your machine
git clone git@github.com:crealoz/tutorials.git crealoz-tutorials -
Create your local own branch and checkout in it
git checkout -b <myname>-<mysurname> -
Push the new created branch using
git push --set-upstream origin <myname>-<mysurname> - Your branch is created and you can begin to work in it. If you are a member of SIA Crealoz, your work will be public.