This is repository of ti006 group.
- main - tempate for new branches;
- dev - examles from training;
- create forlder on disk;
- open cmd and goto to new forlder;
- clone repository git clone https://github.com/softservedata/ti006.git
- change directory to ti006;
- check branch git branch
- create new branch git branch
- switch to new branch git checkout
- open project in Idea/Eclipse/VSCode;
- write new code;