Skip to content

Instantly share code, notes, and snippets.

@cristea2017
Last active December 1, 2025 07:50
Show Gist options
  • Select an option

  • Save cristea2017/63af3ce451c2313dfde9ba4dbbb1c08b to your computer and use it in GitHub Desktop.

Select an option

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/november.txt
(cd ~/Desktop/straus.mobile && git log --author="[email protected]" --since="2025-11-01" --until="2025-11-30" --pretty=format:"%s") >> ~/Desktop/november.txt
echo "\n===============straus.courier\n" >> ~/Desktop/november.txt
(cd ~/Desktop/straus.courier && git log --author="[email protected]" --since="2025-11-01" --until="2025-11-30" --pretty=format:"%s") >> ~/Desktop/november.txt
echo "\n===============straus.frontend\n" >> ~/Desktop/november.txt
(cd ~/Desktop/straus.frontend && git log --author="[email protected]" --since="2025-11-01" --until="2025-11-30" --pretty=format:"%s") >> ~/Desktop/november.txt
echo "\n===============straus.operator\n" >> ~/Desktop/november.txt
(cd ~/Desktop/straus.operator && git log --author="[email protected]" --since="2025-11-01" --until="2025-11-30" --pretty=format:"%s") >> ~/Desktop/november.txt
echo "\n===============straus.provider - react\n" >> ~/Desktop/november.txt
(cd ~/Desktop/straus.provider.react && git log --author="[email protected]" --since="2025-11-01" --until="2025-11-30" --pretty=format:"%s") >> ~/Desktop/november.txt
echo "\n=================straus.provider - web\n" >> ~/Desktop/november.txt
(cd ~/Desktop/straus.provider.web-angular && git log --author="[email protected]" --since="2025-11-01" --until="2025-11-30" --pretty=format:"%s") >> ~/Desktop/november.txt
echo "\n=================straus.picker - web\n" >> ~/Desktop/november.txt
(cd ~/Desktop/straus.picker && git log --author="[email protected]" --since="2025-11-01" --until="2025-11-30" --pretty=format:"%s") >> ~/Desktop/november.txt
2. prompt:(gpt) based on this commit add +, ++ or +++ where + is easy, medium and hard add them randomly and give me edited text as .md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment