Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 599 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 599 Bytes

MY BASH SCRIPTZ

2024

17-09 (exact same date is sheer coincidence)

  • Major refactor and reorganization of all bash scripts, aliases and utils used

2023

17-09

  • Super bash script for branch switching
    • Switches to branch if it exists
    • Some bugs

16-09

  • Handy git branch scripts added
    • Allows for easy creation of new branch.
    • Changes (if any) can be committed, stashed and popped on new branch or stashed in current branch.
    • Source branches can be set for new branches so that we don't automatically bring current branch changes.