Hacker News new | past | comments | ask | show | jobs | submit login
Recent git features (jasonrudolph.com)
29 points by pieter on May 27, 2009 | hide | past | favorite | 2 comments



My personal favorite is:

    git checkout --track origin/master
to create a local branch 'master' that tracks the branch 'master' on 'origin', and checks it out.


That is a nice feature. Up 'til now I've been using git_remote_branch (http://github.com/webmat/git_remote_branch/tree/master).




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

Search: