Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
zacharypinter
on Dec 8, 2010
|
parent
|
context
|
favorite
| on:
Tips for Intermediate Git Users
Agreed, though it's still nice to find the odd command or two that slipped through the cracks. I didn't know about these:
$ git log --grep="Something in the message"
$ git log -S "TODO: Check for admin status"
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
$ git log --grep="Something in the message"
$ git log -S "TODO: Check for admin status"