Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

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: