Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
dlsspy
on July 24, 2010
|
parent
|
context
|
favorite
| on:
A few git tips you didn't know about
Inaccurate -- I wrote one of those. :)
But do note that instead of this:
git checkout -t origin/feature
You can do this:
git checkout feature
It'll find a branch named "feature" in one of your remotes and make a local branch that tracks it.
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
But do note that instead of this:
You can do this: It'll find a branch named "feature" in one of your remotes and make a local branch that tracks it.