psss / did

What did you do last week, month, year?
https://did.readthedocs.io/
GNU General Public License v2.0
246 stars 104 forks source link

Add support for tracking Git commits #274

Closed daobrien closed 1 year ago

daobrien commented 1 year ago

I don't see a way to do this.

A lot of my daily work entails multiple commits to one or more branches, but did doesn't track any of this. afaict it only tracks issues and PRs.

thanks

sandrobonazzola commented 1 year ago

You can use the git plugin (see https://did.readthedocs.io/en/latest/plugins.html#module-did.plugins.git ) but you need a local clone of the git repository.

daobrien commented 1 year ago

Somehow I missed this but have it working now. Thanks.