Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
git_init [2021/12/31 21:00] – [Powershell] mgupton | git_init [2021/12/31 21:16] (current) – [Powershell] mgupton | ||
---|---|---|---|
Line 2: | Line 2: | ||
==== Powershell ==== | ==== Powershell ==== | ||
+ | |||
+ | === git-init.ps1 === | ||
<code powershell> | <code powershell> | ||
Line 10: | Line 12: | ||
git config --global user.name " | git config --global user.name " | ||
git config --global user.email mg@infostar.me | git config --global user.email mg@infostar.me | ||
- | git commit --allow-empty -m " | + | git commit --allow-empty -m " |
git checkout -b working | git checkout -b working | ||
} | } | ||
</ | </ | ||