Skip to content

easystarter/easystarter_frontend_development

Repository files navigation

EasyStarter Project - FrontEnd Development Repository

https://html5boilerplate.com/

DOCS: https://github.com/h5bp/html5-boilerplate/blob/6.0.1/dist/doc/TOC.md

GitHub: https://losst.ru/kak-polzovatsya-git-dlya-nachinayushhih

Repository Configuration

Open Terminal
sudo apt-get install git
mkdir EasyStarterProject
cd EasyStarterProject/
git clone https://github.com/easystarter/easystarter_frontend_development.git -b development
cd easystarter_frontend_development/
Create your own branch
git checkout -b NS/branch_name (Name(N), Surname(S), for example: Ivan Petrov --> IP/mybranchname)
Check your branch
git branch

You must see:

* NS/branch_name
  development

WORK WORK WORK !!!

When you are ready, you should push your local branch in remote branch on GitHub Project Repository:

 git push -u origin NS/branch_name

About

EasyStarter Frontend Development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published