Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 522 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 522 Bytes

lv699

This is repository of lv699.JavaCore group.

List of branches

  • main - tempate for new branches;
  • dev - examles from trainings;

Instruction. Create new branch

  • 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;