Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Our Simple Git Workflow (thinkvitamin.com)
1 point by joshuacc on Aug 19, 2011 | hide | past | favorite | 1 comment


There's easier way to create feature branches:

    git checkout -t -b feature_branch
    git push origin feature_branch




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: