Hacker Times
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
glenjamin
on June 7, 2013
|
parent
|
context
|
favorite
| on:
A better git log
you can get a slightly more reliable list of commits that are in HEAD that aren't in master using --not:
git log HEAD --not master
or the shorthand
git log HEAD ^master
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: