Create an empty git repo or reinitialize an existing one
git initCreate an empty git repo or reinitialize an existing one
git init| // Random terminal tip #1 | |
| //You'll see this message if you git commit without a message (-m) | |
| // You can get out of it with two steps: | |
| // 1.a. Type a multi-line message to move foward with the commit. | |
| // 1.b. Leave blank to abort the commit. | |
| // 2. Hit "esc" then type ":wq" and hit enter to save your choice. Viola! | |
| # Please enter the commit message for your changes. Lines starting | |
| # with '#' will be ignored, and an empty message aborts the commit. |
Create an empty git repo or reinitialize an existing one
git init