message no. 86110
Posted by nettlejam in #github at 2015-03-26T15:19:27Z
Trying this question again: Is there some git or github 'native' way to 'flag' a particular commit as you make it for later review? Like if the commit changes something about the code that should be documented? I'm new to git and my ignorant solution would be to maintain a text file somewhere else with notes, saying: watch out for commit abcdef0, it introduces a new required parameter, or something...