meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| git:start [2025/06/23 19:22] – [Debug] niziak | git:start [2025/08/05 16:16] (current) – 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 ====== | ||