Adds comment to script
This commit is contained in:
parent
c9296b0b73
commit
ecb0645461
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Prints the number of commits between branches and a main branch (master by defaunt)
|
||||||
|
|
||||||
mainBranch="${1-master}"
|
mainBranch="${1-master}"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue