/images/avatar.jpg

🎉 Welcome to my brand new personal website! While it’s still a work in progress, I’m excited to share it with you. 🚧 Keep an eye out for new updates and content as I continue to develop this site.

Git and Hugo Commands Cheat Sheet

Git Commands Cheat Sheet Note to my root: cd /path/to-folder/ Start Server: hugo server Stop Huger Server: Control + C git status git add . git commit -m “Your commit message here” – Commit the changes with a descriptive message: git push – Push the changes to GitHub After executing these commands, your Hugo site changes should be successfully committed and pushed to GitHub. Git Commands Help (git help -a) These are common Git commands used in various situations: