Differences

This shows you the differences between two versions of the page.

Link to this comparison view

it:oss:git [2021-04-29 12:53] – created strolsit:oss:git [2024-02-12 16:03] (current) – Repository auf commited Stand bringen strols
Line 13: Line 13:
 </code> </code>
  
 +===== Repository auf commited Stand bringen =====
 +
 +<code>
 +git clean -fd
 +git submodule foreach --recursive git clean -fd
 +git reset --hard
 +git submodule foreach --recursive git reset --hard
 +git submodule update --init --recursive
 +</code>
 +
 +cf. [[https://gist.github.com/nicktoumpelis/11214362|file-repo-rinse-sh]]
it/oss/git.txt · Last modified: 2024-02-12 16:03 by strols
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0