Closed yujunz closed 7 years ago
The profile management added a symlink to refer to the "current" profile, which exists at ~/.config/dotgit/repo
. It normally is versioned, but since we're creating it with the checkout -f --
, the command is broken until then.
I obviously forgot to take that into account in the installation instructions.
To fix this, just call ln -s . ~/.config/dotgit/repo
, and resume at the checkout step.
Fixed by 15173e7.
Got an error in the following step
I think it is probably because it is a bare repo and
repo
is not available.