Difference between revisions of "Git fetch"

From wikieduonline
Jump to navigation Jump to search
 
(8 intermediate revisions by 3 users 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 fetch --all</code>
+
* <code>[[git -C]]</code>
 +
* <code>[[git fetch origin]]</code>
 +
* <code>[[git fetch --all]]</code>
 
* <code>[[git fetch --dry-run]]</code>
 
* <code>[[git fetch --dry-run]]</code>
 
* <code>[[git fetch --prune]]</code>
 
* <code>[[git fetch --prune]]</code>
* <code>[[git fetch origin]]</code>
 
 
* <code>[[git fetch -v]]</code>
 
* <code>[[git fetch -v]]</code>
  
Line 20: Line 21:
 
  git fetch https://github.com/zabbix/zabbix-docker.git
 
  git fetch https://github.com/zabbix/zabbix-docker.git
 
  fatal: not a git repository (or any of the parent directories): .git
 
  fatal: not a git repository (or any of the parent directories): .git
 +
 +
Solution: [[git clone]]
 +
 +
== Errors ==
 +
[[fatal: not a git repository (or any of the parent directories): .git]]
  
  
Line 27: Line 33:
 
* <code>[[git merge]]</code>
 
* <code>[[git merge]]</code>
 
* {{git get}}
 
* {{git get}}
 +
* <code>[[git checkout]]</code>
  
 
== Activities ==
 
== Activities ==
Line 33: Line 40:
 
== See also ==
 
== See also ==
 
* {{git fetch}}
 
* {{git fetch}}
* {{git}}
 
* {{git software}}
 
  
 
[[Category:Git]]
 
[[Category:Git]]

Latest revision as of 12:45, 22 October 2024

Advertising: