Live data from Hacker News

Ask HN: What's the one feature you'd want in a GitHub productivity tool?

news.ycombinator.com

11–20 of 49 posts

Re: Ask HN: What's the one feature you'd want in a GitHub productivity tool?

#11
post #6
post #5

Stacked PR's with automatic or assisted rebasing on updates.

Have you tried https://github.com/aviator-co/av

Have you used this? What’s your experience like?

I’m looking for ‘a tool’ like this to help manage code changes and communicating about those releases across a set of github repos.

Re: Ask HN: What's the one feature you'd want in a GitHub productivity tool?

#16
post #3

Tell me all the commits I've made for the day across all repos. Can be very helpful when attempting to capture time logs. I often work across several projects and/or several branches in a project daily.

I wrote a small shell function that does exactly that. Uses gh and yq (you can replace the yq part with jq) https://github.com/chrisgrieser/.config/blob/main/zsh/config...

Re: Ask HN: What's the one feature you'd want in a GitHub productivity tool?

#17

maybe there's a quick way to do this but i would like a way to find a git commit, and trace it to the people that approved a PR that got it into the default branch. it'd make my life easier to know who let the bug into prod

I wish gitlens was in the GitHub.dev environment. I use it's like blame all the time!

Re: Ask HN: What's the one feature you'd want in a GitHub productivity tool?

#18
I’d like to see fine grained control over what PR notifications I get. Let me unsubscribe from notifications for some of the teams I’m on but don’t need to directly review. This would make it easier for me to help my day-to-day team be more productive.

But… that’s probably not in scope for your tool.

Post reply on HN