Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

made-in-indonesia/complete-intro-to-git

 
 

Repository files navigation

Complete Intro to Git

Cheatsheet to manage the project

  • Create new post

      $ hugo new posts/my-new-post.md
    
  • Run on local

      $ hugo server -D
    
  • Build artifacts

      $ hugo -D
    
  • Publish to GitHub pages

      $ npm install -g gh-pages
      $ yarn global add gh-pages
      $ gh-pages -d public
    

Releases

No releases published

Packages

No packages published