Tagged: git

linked

Side-by-side diff and Git commit message editing in vim #

Adam Roben shared a handy Vim function for opening diffs in a new vertical split when you edit your commit message with git commit.

journal

Will trade Atom invites for pull requests

GitHub's new Atom editor is out in limited beta.

I've been blessed with a finite number of invites to share with you, my Internet friends. One can be yours for opening a pull request on someone else's public GitHub project that makes a meaningful contribution. Here are some ideas:

Just mention me on the pull request to claim your invite.

linked

Every line of code is always documented #

Code quality still matters a lot. But when pondering how you could improve your coding even further, you should consider aiming for better commit messages. You should request this not just from yourself, but from your entire team and all the contributors. The story of a software matters as much as its latest checkout.

Excellent tips from Mislav for investigating changes using a project's Git history.

journal

Project badges: ease or sleaze?

Erik and Mislav have an interesting discussion going on a Faraday commit on the merits of those badges in GitHub repository READMEs.

I use them in a few of my projects, but lack of consistent size and Retina support have me leaning towards removing them.

What's your take? Ease or sleaze?

All tags