Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

realy good coding advice here

Name: Anonymous 2015-10-09 17:40

Name: git log 2015-10-09 18:30

git log

Name: Anonymous 2015-10-09 20:34

>>2
Why can’t people just use a git log diff?
Because log diffs are full of noise — by nature. They could not make a suitable change log even in a hypothetical project run by perfect humans who never make typos, never forget to commit new files, never miss any part of a refactoring. The purpose of a commit is to document one atomic step in the process by which the code evolves from one state to another. The purpose of a change log is to document the noteworthy differences between these states.

As is the difference between good comments and the code itself, so is the difference between a change log and the commit log: one describes the why, the other the how.

Name: Anonymous 2015-10-10 15:19

>>3
is this the world where everyone commits to master?

git log -1
Merge some-feature-branch to add some feature. Closes issue #1337.

Don't change these.
Name: Email:
Entire Thread Thread List