Adds comment to script

This commit is contained in:
Jonathan Hodgson 2019-06-19 13:05:14 +01:00
parent c9296b0b73
commit ecb0645461

View file

@ -1,5 +1,7 @@
#!/bin/bash
# Prints the number of commits between branches and a main branch (master by defaunt)
mainBranch="${1-master}"