fix(kugetsu): warn if init run from non-empty directory #112
Reference in New Issue
Block a user
Delete Branch "fix/init-directory-warning"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Warn users if running kugetsu init from a directory with files or git repository. This prevents project context from contaminating the base session, which causes forked sessions to have unwanted context.
lgtm