Difference between revisions of "Git fetch"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
https://git-scm.com/docs/git-fetch | https://git-scm.com/docs/git-fetch | ||
− | + | * [[git fetch --help]] | |
* <code>git fetch</code> | * <code>git fetch</code> | ||
+ | * <code>[[git -C]]</code> | ||
* <code>[[git fetch origin]]</code> | * <code>[[git fetch origin]]</code> | ||
* <code>[[git fetch --all]]</code> | * <code>[[git fetch --all]]</code> | ||
Line 22: | Line 23: | ||
Solution: [[git clone]] | Solution: [[git clone]] | ||
+ | |||
+ | == Errors == | ||
+ | [[fatal: not a git repository (or any of the parent directories): .git]] | ||
Line 36: | Line 40: | ||
== See also == | == See also == | ||
* {{git fetch}} | * {{git fetch}} | ||
− | |||
− | |||
[[Category:Git]] | [[Category:Git]] |
Latest revision as of 12:45, 22 October 2024
git fetch
download objects and refs from another repository.
https://git-scm.com/docs/git-fetch
- git fetch --help
git fetch
git -C
git fetch origin
git fetch --all
git fetch --dry-run
git fetch --prune
git fetch -v
https://git-scm.com/docs/git-fetch
git fetch (no output)
git fetch https://github.com/zabbix/zabbix-docker.git fatal: not a git repository (or any of the parent directories): .git Solution: git clone
Contents
Errors[edit]
fatal: not a git repository (or any of the parent directories): .git
Related commands[edit]
Activities[edit]
- Read about the differences between
git pull
andgit fetch
: https://stackoverflow.com/questions/292357/what-is-the-difference-between-git-pull-and-git-fetch
See also[edit]
Advertising: