Git/fetch

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Git
Revision as of 18:45, 9 March 2015 by Woozle (talk | contribs) (example)
Jump to navigation Jump to search

Action: fetches named heads or tags from one or more other repositories, along with the objects necessary to complete them.

Examples

  • git fetch github master
    • where "github" is the name of the remote and "master" is the branch.

Links

Documentation