Skip to content

Instantly share code, notes, and snippets.

@cristea2017
Last active September 1, 2025 07:47
Show Gist options
  • Save cristea2017/63af3ce451c2313dfde9ba4dbbb1c08b to your computer and use it in GitHub Desktop.
Save cristea2017/63af3ce451c2313dfde9ba4dbbb1c08b to your computer and use it in GitHub Desktop.
git

git log --since="2025-01-01" --until="2025-01-31" --pretty=format:"%s"

git log --since="2025-02-01" --until="2025-02-29" --pretty=format:"%s"

git log --since="2025-03-01" --until="2025-03-31" --pretty=format:"%s"

git log --since="2025-04-01" --until="2025-04-30" --pretty=format:"%s"

git log --since="2025-05-01" --until="2025-05-31" --pretty=format:"%s"

git log --since="2025-06-01" --until="2025-06-30" --pretty=format:"%s"

git log --since="2025-07-01" --until="2025-07-31" --pretty=format:"%s"

git log --since="2025-08-01" --until="2025-08-31" --pretty=format:"%s"

git log --since="2025-09-01" --until="2025-09-30" --pretty=format:"%s"

git log --since="2025-10-01" --until="2025-10-31" --pretty=format:"%s"

git log --since="2025-11-01" --until="2025-11-30" --pretty=format:"%s"

git log --since="2025-12-01" --until="2025-12-31" --pretty=format:"%s"

============================= custom author
echo "===============straus.mobile\n" > ~/Desktop/august.txt
(cd ~/Desktop/straus.mobile && git log --author="[email protected]" --since="2025-08-01" --until="2025-08-31" --pretty=format:"%s") >> ~/Desktop/august.txt
echo "\n===============straus.courier\n" >> ~/Desktop/august.txt
(cd ~/Desktop/straus.courier && git log --author="[email protected]" --since="2025-08-01" --until="2025-08-31" --pretty=format:"%s") >> ~/Desktop/august.txt
echo "\n===============straus.frontend\n" >> ~/Desktop/august.txt
(cd ~/Desktop/straus.frontend && git log --author="[email protected]" --since="2025-08-01" --until="2025-08-31" --pretty=format:"%s") >> ~/Desktop/august.txt
echo "\n===============straus.operator\n" >> ~/Desktop/august.txt
(cd ~/Desktop/straus.operator && git log --author="[email protected]" --since="2025-08-01" --until="2025-08-31" --pretty=format:"%s") >> ~/Desktop/august.txt
echo "\n===============straus.provider - react\n" >> ~/Desktop/august.txt
(cd ~/Desktop/straus.provider.react && git log --author="[email protected]" --since="2025-08-01" --until="2025-08-31" --pretty=format:"%s") >> ~/Desktop/august.txt
echo "\n=================straus.provider - web\n" >> ~/Desktop/august.txt
(cd ~/Desktop/straus.provider.web-angular && git log --author="[email protected]" --since="2025-08-01" --until="2025-08-31" --pretty=format:"%s") >> ~/Desktop/august.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment