GIT

Cheat Sheet #

git user
git email

git init
git status

git log

git checkout
git branch
git checkout master


git init -b main
git add all
git add .
git commit -m “…”
git remote add origin
git push origin main -f


Hugo Command #

hugo server

Test the run from workflow on GitHub Actions