git fetch
Jump to navigation
Jump to search
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: