-
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-checkOr 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-checkAfter 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