meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| git:start [2025/06/23 19:22] – [Debug] niziak | git:start [2026/01/20 08:09] (current) – [repo clean and repack] niziak | ||
|---|---|---|---|
| Line 49: | Line 49: | ||
| === replace github https links === | === replace github https links === | ||
| <code bash>git config --global url.git@github.com: | <code bash>git config --global url.git@github.com: | ||
| + | |||
| + | |||
| + | === replace own links and points to github === | ||
| + | <code bash> | ||
| + | # Remove replacement: | ||
| + | git config --unset url." | ||
| + | |||
| + | # Add replacement: | ||
| + | git config url." | ||
| + | </ | ||
| ====== Import HG (mercurial) repo ====== | ====== Import HG (mercurial) repo ====== | ||
| Line 99: | Line 109: | ||
| </ | </ | ||
| + | or | ||
| + | |||
| + | <code bash> | ||
| + | git gc --aggressive --prune=now | ||
| + | </ | ||
| ====== Debug ====== | ====== Debug ====== | ||