Difference between revisions of "Clone git public repositories"

From wikieduonline
Jump to navigation Jump to search
Line 13: Line 13:
 
And keep them updated with:  
 
And keep them updated with:  
 
  [[macOS]]: <code>[[gfind]] $1 -name ".git" | gsed -r 's|/[^/]+$||' | [[parallel]] "echo {}; git -C {} pull" </code>
 
  [[macOS]]: <code>[[gfind]] $1 -name ".git" | gsed -r 's|/[^/]+$||' | [[parallel]] "echo {}; git -C {} pull" </code>
 +
 +
== Related commands ==
 +
* <code>[[git pull]]</code>
 +
  
 
== See also ==
 
== See also ==

Revision as of 16:15, 16 August 2020

Advertising: