npm run dev
: run local development servernpm run gh:publish
: publish to GitHubgit pull
: retrieve changes from githubgit commit -am "sentence"
: commit changes with message "sentence"git push
: save changes to githubgit status
: check status of the repositorygit diff
: show current changes