Skip to content

Commit 8140fe8

Browse files
authored
Merge pull request #113 from munendrasn/master
Add git shortlog
2 parents 996de6a + d764ab7 commit 8140fe8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`.
127127
* [Force push to Remote Repository](#force-push-to-remote-repository)
128128
* [Adding Remote name](#adding-remote-name)
129129
* [Show the author, time and last revision made to each line of a given file](#show-the-author-time-and-last-revision-made-to-each-line-of-a-given-file)
130+
* [Group commits by authors and title](#group-commits-by-authors-and-title)
130131

131132
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
132133
<!-- @doxie.inject end toc -->
@@ -892,5 +893,10 @@ git remote add <remote-nickname> <remote-url>
892893
git blame <file-name>
893894
```
894895

896+
## Group commits by authors and title
897+
```sh
898+
git shortlog
899+
```
900+
895901
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
896902
<!-- @doxie.inject end -->

tips.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,4 +386,7 @@
386386
}, {
387387
"title": "Show the author, time and last revision made to each line of a given file",
388388
"tip": "git blame <file-name>"
389+
}, {
390+
"title": "Group commits by authors and title",
391+
"tip": "git shortlog"
389392
}]

0 commit comments

Comments
 (0)