2012-02-10

git - checkout and track remote branch

Easy way to checkout and track remote branch

# creates and checks out "feature" branch 
# that tracks "origin/feature"
$ git checkout -t origin/feature

Links

A few git tips you didn't know about

No comments:

Post a Comment