Top Level Namespace
Defined Under Namespace
Modules: GitPm, SVG Classes: GitData
Instance Method Summary collapse
Instance Method Details
#usage ⇒ Object
7 8 9 10 11 12 |
# File 'bin/git_pm', line 7 def usage puts "#{$0} <commits-per-month> [branch]" puts "#{$0} <lines-by-author> [branch]" puts "#{$0} <commits-by-dev> [branch]" exit 1 end |