A downloadable script library

KwikGit

KwikGit is a shell script library for easy project setup.

Steps

  1. Add the script library in your project root as a submodule into a folder called 'sh'
  2. run:
    bash sh/SCRIPTNAME.sh
  3. If it is a brand new project, run $ bash sh/startNPM.sh
  4. Run
    bash sh/gitBranches.sh
    1. This creates a dev, main, and release branch
    2. Make changes in the dev branch
    3. Test in the main branch
    4. Release in the release branch.
  5. After you make a change to commit, run
    bash sh/commit.sh
  6. Enter your comment (DO NOT backspace, ctrl+c, run it again if you make a typo)
  7. For single projects, when ready to push to main and release, run
    sh/gitDev2Master.sh


Leave a comment

Log in with itch.io to leave a comment.