Live data from Hacker News

Being more efficient on GitHub

opensource.christmas

1–10 of 14 posts

Re: Being more efficient on GitHub

#4
Here’s a 4th step:

Be quite liberal with your cross-referencing of issues, pull requests, commits, comments in Github’s UI.

GitHub will prominently display these reference breadcrumb whenever you’re navigating around. When I found myself in an obscure Github issue tracking down a problem, it was _awesome_ to see a reference made 6 months ago by a colleague in a different team.

Now that I’ve left plenty of references in my own little corner of Github, I’ve made my own life easier too.

Re: Being more efficient on GitHub

#8
post #3

> 2. Writing good issues I've made a small MVP of a utility that syncs issues to/from local folder as a git repo, so that you can use your favorite editor (like Emacs) to keep extensively good issue descriptions https://github.com/k-bx/github-agent

Nice! Another option is to use a plugin that lets you edit textfields in an external editor: https://github.com/jlebon/textern
Post reply on HN