> > In git, there are local and remote branches. A local branch is created by > doing something like `git branch` or `git checkout -b`. You can checkout > local branches. >
By which I mean: you can check them out and have the branch update simply by doing a commit. > Suppose you know that a file on origin/master has been updated, and you > want to update only that file in your checkout. > "In your checkout" here, to point out that you have to `git fetch` before you can do `git checkout foo -- bar`, since that was already explained in a previous email. :) -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
