Another git exercise, covering branching as well as the core add, commit, push workflow.
This repository contains this readme file and two scripts; one a shell script, compatible with unix shells, and one batch script, compatible with Windows CMD and Powershell.
Fork this repository to your own github account, and create two new branches, a unix branch and a windows branch. On the unix branch, remove the batch file so only the shell script is present, and on the windows branch remove the shell script, leaving only the batch file. Push both branches to github. On the main branch, remove both scripts and update the readme to reflect the scripts' new locations.