opensoul.org

git notes

February 24, 2011 code 1 min read

Over on the Pro Git blog, Scott Chacon shows us how to add notes to our git commits without changing the commit SHA.

$ git notes add -m 'Neat feature in git to add notes to commits'

I’d love to see GitHub come up with something clever to use it for. Maybe store comments on commits from GitHub’s web interface as a note so they can be viewed locally.

This content is open source. Suggest Improvements.

@bkeepers

avatar of Brandon Keepers I am Brandon Keepers, and I work at GitHub on making Open Source more approachable, effective, and ubiquitous. I tend to think like an engineer, work like an artist, dream like an astronaut, love like a human, and sleep like a baby.