summaryrefslogtreecommitdiffstats
path: root/SOURCE/CORE/git.sh
AgeCommit message (Collapse)AuthorFilesLines
2023-04-22cleanup of the output of the program. Updated README.v0.4gitsupportdanix1-6/+8
2023-04-18if PLAIN option is enabled, git pull doesn't emit output.danix1-2/+2
2023-04-18added git functionality to edit and remove options.danix1-0/+41
2023-04-18added showconf option. Fixed bug that prevented the rc file from being ↵danix1-9/+18
correctly sourced for GIT variables.
2023-04-14adding notes now pushes changes to remotedanix1-13/+36
2023-04-14sync operations now check for last sync before running again. It's possible ↵danix1-3/+15
to set a delay between sync operations.
2023-04-13initial setup of git functionality. The program can now initalize a local ↵danix1-0/+38
repo and add a remote.