Difference between revisions of "Clone git public repositories"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 12: Line 12:
  
 
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>
  
 
== See also ==
 
== See also ==

Revision as of 06:18, 11 May 2020

Advertising: