We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d542134 commit 92dfd65Copy full SHA for 92dfd65
README.md
@@ -317,6 +317,11 @@ git checkout newbranch # Go to the new branch that still has the desired comm
317
# alias for pretty log
318
git config --global alias.graphlinelog "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
319
git graphlinelog
320
+
321
+# Generating reports with git
322
+git shortlog -sne --after="28 Feb 2021" --before="01 Apr 2021" # short list of commits sorted by contributors during a given period
323
+git shortlog --after="28 Feb 2021" --before="01 Apr 2021" --merges # merge commits, replace shortlog by log for commit messages
324
+git log --format=%B -n 1 <commit-hash> # Show commit message
325
```
326
327
[Atlassian Git Tutorials](https://www.atlassian.com/git/tutorials)
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments