Differences
This shows you the differences between two versions of the page.
| wiki:git [2024/04/25 06:13] – created 5.152.82.90 | wiki:git [2024/04/25 06:19] (current) – 5.152.82.90 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | **Update config** | ||
| + | < | ||
| + | git config user.name "John Doe" | ||
| + | git config user.email [email protected] | ||
| + | git config --global core.editor vim | ||
| + | </ | ||
| **Update repo url** | **Update repo url** | ||
| < | < | ||