1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Gitのコミット数取得

Posted at

たまにメンバーがアウトプット出してるか上長に提出を求められるので備忘。

調査したいブランチに切り替えた後、.gitファイルの配置されてるディレクトリに移動してから以下を実行(日付は取得したい範囲を指定する)

git shortlog -ns --since="2021-10-01" --until="2022-01-18"1-18" ---all

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?