aboutsummaryrefslogtreecommitdiffstats
path: root/SOURCE/head.sh
AgeCommit message (Collapse)AuthorFilesLines
2023-04-18added showconf option. Fixed bug that prevented the rc file from being ↵danix1-1/+1
correctly sourced for GIT variables.
2023-04-14adding notes now pushes changes to remotedanix1-0/+2
2023-04-14sync operations now check for last sync before running again. It's possible ↵danix1-0/+2
to set a delay between sync operations.
2023-04-14removed the 'function' keyword before declaring a function as is not needed.danix1-2/+2
2023-04-13git hidden directory is now backed up and restored properlydanix1-0/+3
2023-04-13initial setup of git functionality. The program can now initalize a local ↵danix1-1/+10
repo and add a remote.
2023-04-03working on the backup and backup restore functionalities.danix1-0/+1
2023-03-29Separated script into multiple files for easier management. Added Makefiledanix1-0/+147