Module: GitReviewNotes::GitLibExt
- Defined in:
- lib/git_review_notes/git_ext.rb
Instance Method Summary collapse
Instance Method Details
#add_note(commit, note) ⇒ Object
5 6 7 |
# File 'lib/git_review_notes/git_ext.rb', line 5 def add_note(commit, note) command('notes add -f', ["-m", note, commit.sha]) end |