git
Differences
This shows you the differences between two versions of the page.
| git [2014/11/24 01:14] – created 0.0.0.0 | git [2014/11/24 02:04] (current) – ben | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| To remove ' | To remove ' | ||
| - | {{Root|<source lang="bash"> | + | {{Root|<code bash> |
| git clone old.git new | git clone old.git new | ||
| cd new | cd new | ||
| Line 24: | Line 24: | ||
| cd old.git | cd old.git | ||
| git filter-branch --index-filter "git rm -r -f --cached --ignore-unmatched ' | git filter-branch --index-filter "git rm -r -f --cached --ignore-unmatched ' | ||
| - | </source>}} | + | </code>}} |
| Checkout new copies of old.git and new.git on all affected machines. | Checkout new copies of old.git and new.git on all affected machines. | ||
git.1416791658.txt.gz · Last modified: by 0.0.0.0
