Skip to content

Comment on A few git tips you didn't know about

Comments

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.
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.