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