crealoz logo

Setting up environment

  1. Fork the repository if you are not member of SIA Crealoz.
  2. Clone the repository on your machine

     git clone git@github.com:crealoz/tutorials.git crealoz-tutorials
    
  3. Create your local own branch and checkout in it

     git checkout -b <myname>-<mysurname>
    
  4. Push the new created branch using

     git push --set-upstream origin <myname>-<mysurname>
    
  5. 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.