Code Cubile

This is project Code Cubile. I use this repo to keep track of what I learn every day. I code everyday and automate the basic git workflow using shell script to push my work.


Links to the shell scripts:

Timestamp


The above script automates:

  1. Staging
  2. Commit message - Respective timestamp and date.
  3. Push to origin main.

Customizable Commit & Branch


The above script automates:

  1. Staging
  2. Commit message (costumisable).
  3. Push to branch (costumisable).