File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`.
140
140
* [ Number of commits in a branch] ( #number-of-commits-in-a-branch )
141
141
* [ Alias: git undo] ( #alias-git-undo )
142
142
* [ Add object notes] ( #add-object-notes )
143
+ * [ Show all the git-notes] ( #show-all-the-git-notes )
143
144
144
145
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
145
146
<!-- @doxie.inject end toc -->
@@ -948,5 +949,10 @@ git config --global alias.undo '!f() { git reset --hard $(git rev-parse --abbrev
948
949
git notes add -m ' Note on the previous commit....'
949
950
```
950
951
952
+ ## Show all the git-notes
953
+ ``` sh
954
+ git log --show-notes=' *'
955
+ ```
956
+
951
957
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
952
958
<!-- @doxie.inject end -->
Original file line number Diff line number Diff line change 408
408
}, {
409
409
"title" : " Add object notes" ,
410
410
"tip" : " git notes add -m 'Note on the previous commit....'"
411
+ }, {
412
+ "title" : " Show all the git-notes" ,
413
+ "tip" : " git log --show-notes='*'"
411
414
}]
You can’t perform that action at this time.
0 commit comments