chriswalz / bit

Bit is a modern Git CLI
Apache License 2.0
6.05k stars 106 forks source link

"bit init" not working #78

Closed Zalaxx closed 3 years ago

Zalaxx commented 3 years ago

Describe the bug When you try to init a git repo using bit (bit init), the command doesn't work because the directory doesn't have a .git.

To Reproduce Steps to reproduce the behavior:

  1. Enter bit init on a non-git folder
  2. It returns the message: "fatal: not a git repository (or any of the parent directories): .git"

Expected behavior It should init the repo, as expected with a classic git command

Desktop (please complete the following information):