Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 338 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 338 Bytes

How to start work

Step 1:

git clone https://github.com/frinws/cms.git

Step 2:

Run composer update php composer.phar update

Step 3:

Create a branch git checkout -b branch-name

Step 4:

Add and Commit changes git add . next git commit -m"my first commit"

Step 5:

git push origin branch-name