## Files to interact with a git repository ## Introduction: Bash files that: * Initialise everything, i.e. remove all of the local commit history and 'Push' everything to the remote Gitea repository * Update everything, i.e. synchronise all of the local files with the remote Gitea repository The script loops through an array of directory names which match the git repository names. Execute with bash: * bash git_init_everything.sh * bash git_update_everything.sh To see the coloured prompts. ## Files: * ### [git_init_everything.sh] The script to initialise everything * ### [git_update_everything.sh] The script to update everything