Skip to content

Commit

Permalink
feat: git.log.note(s) ( Fixes #296 )
Browse files Browse the repository at this point in the history
git notes show
  • Loading branch information
James Brundage committed Sep 25, 2024
2 parents caf8c96 + 7d65b20 commit e96da31
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/git/log/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## git.log


### Script Methods


* [get_Note](get_Note.md)
13 changes: 13 additions & 0 deletions docs/git/log/get_Note.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
git.log.get_Note()
------------------

### Synopsis
Gets git commit notes

---

### Description

Gets git notes associated with a commit.

---

0 comments on commit e96da31

Please sign in to comment.