Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
lmm
on June 1, 2014
|
parent
|
context
|
favorite
| on:
A Git Horror Story: Repository Integrity With Sign...
You're supposed to sign a tag because you've reviewed that tag, not just at random. A commit is much less meaningful - do you always check the diff before you commit?
tshaddox
on June 1, 2014
|
next
[–]
Do people
not
check the diff before they commit?
berdario
on June 1, 2014
|
prev
[–]
I almost always check the diff before committing (I use git diff --cached more often than plain git diff)
lilyball
on June 1, 2014
|
parent
[–]
`git config alias.staged 'diff --cached'` was the first alias I ever created.
Even for one-line changes I compulsively check `git staged` before committing.
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: