git log --pretty=format: --name-only --since="350 days ago" | sort | uniq
You can change the value 350 to any desired
git log --pretty=format: --name-only --since="350 days ago" | sort | uniq
You can change the value 350 to any desired