Skip to content

kuklinv/HEXLET

Repository files navigation

HEXLET

Run on Repl.it

22.12.20

! remove all dependencies, configs in root folder for start new projects in separate folders

  • add new folder 'frontend architecture' for relevant lessons
  • create hexlet-react-course

17.11.20

  • refactoring doubling all files

08.11.20

  • add myfeature branch in develop and its not visible in master branch
  • work with branches flow
  • Feature branches:
 $ git checkout -b develop 
 $ git checkout -b myfeature develop work........ 
 $ git push --set-upstream origin myfeature save......
 $ git checkout develop 
 $ git merge --no-ff myfeature 
 $ git branch -d myfeature 
 $ git push origin develop`

... dont working...... i need think about... and refactoring