Hugo Snippets
Create New Post hugo new <file path>.md Run Hugo Web Server In Local hugo serve
Create New Post hugo new <file path>.md Run Hugo Web Server In Local hugo serve
Update All Submodules git submodule update --recursive --remote Git amend git commit --amend It allows you to commit new changes on the previous commit.