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