Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 950 Bytes

File metadata and controls

52 lines (31 loc) · 950 Bytes

This page is about me

my

My name Yurii


  • I make fork of current project as YuriiInfo on GitHub.

  • I make fork of current project as YuriiInfo on GitHub.

  • I make fork of current project as YuriiInfo on GitHub.

  • I clone new project to my PC.

  • I create branch on new repo

  • I made some minor modifications to the image scale.


Run in the terminal:

npm run format

npm run format:check

npm run lint:ls

npm run lint:md

npm run spell-check

Or all command in one string with sleep 2 second

npm run format; sleep 2; npm run format:check; sleep 2; npm run lint:ls; sleep 2; npm run lint:md; sleep 2; npm run spell-check

After checking, I made sure that there were no errors and started working with git commands:

git status

git add .

git commit -m "Brief description of changes"

git push --set-upstream origin Br2