Open jadrian opened 8 years ago
On tutorials/actually-using-git/lessons/conflicting-branches.md , there are three reasonable ways to initialize a repo:
git init
If a participant uses the third option (git init) and then, following the directions, immediately tries to create a new branch, they'll get an error:
fatal: Not a valid object name: 'master'.
Instead, they should create a dummy readme.md, add and commit it, and then proceed.
readme.md
The instructions should be clarified for folks who choose the third option.
On tutorials/actually-using-git/lessons/conflicting-branches.md , there are three reasonable ways to initialize a repo:
git init
If a participant uses the third option (
git init
) and then, following the directions, immediately tries to create a new branch, they'll get an error:Instead, they should create a dummy
readme.md
, add and commit it, and then proceed.The instructions should be clarified for folks who choose the third option.