02-05-2021



  1. Github Project Readme
  2. Github Readme Code
  3. Github Repo Readme Template

In 8 steps I'll show how to get your site online using Github Pages. This guide has been created for beginners: no previous Github experience necessary. API Documentation & Tutorials for the Core Platform.

Github Repository Readme

About

Shell scripts for manipulating your Git repository.

Github Repository Readme

Usage

Download a shell script whilch you want to use into your git repository, and then add permission for executing files with below commands.

List

  • init.sh
  • commit.sh
  • push.sh
  • build.sh
  • github.sh

init.sh

  • git init
  • create .gitignore
  • add file name to .gitignore

commit.sh

  • just add all files
  • commit with commit messages

push.sh

  • commit.sh
  • + can add tag
  • + push

build.sh

  • push.sh
  • + push to gh-pages branch

Github Project Readme

github.sh

Github Readme Code

  • create a new repo in Github
  • git init yoru current directory
  • git push to the newly created repo

Github Repo Readme Template