Git/checkout

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Git
Revision as of 17:05, 19 May 2018 by Woozle (talk | contribs) (Created page with "==About== The '''git checkout''' command allows you to switch {{l/same|branch}}es. If you've got incomplete changes you want to set aside before switching branches, use '''git...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

About

The git checkout command allows you to switch branches. If you've got incomplete changes you want to set aside before switching branches, use git stash.

Reference

  • git-checkout - Switch branches or restore working tree files