Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 537 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 537 Bytes

pmp2021

This is repository of PMP-11-12-13 МТП-11 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/pmp2021.git
  • change directory to pmp2021;
  • check branch git branch
  • create new branch git branch
  • switch to new branch git checkout
  • open project in Idea/Eclipse;
  • write new code;