Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 701 Bytes

File metadata and controls

8 lines (6 loc) · 701 Bytes

git-exercise

Another git exercise, covering branching as well as the core add, commit, push workflow.

Files

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.

Task

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.