Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| git_init [2025/12/30 16:20] – mgupton | git_init [2026/03/31 20:43] (current) – [Git Init] mgupton | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| git config user.name "Your Name Here" | git config user.name "Your Name Here" | ||
| git config user.email your@email.com | git config user.email your@email.com | ||
| + | git config core.autocrlf false | ||
| git commit --allow-empty -m " | git commit --allow-empty -m " | ||