dabit3 / react-native-ai

Full stack framework for building cross-platform mobile AI apps
https://nader.codes
MIT License
879 stars 115 forks source link

Breaking the git linkage #2

Closed libdefi closed 11 months ago

libdefi commented 11 months ago

When I used npx rn-ai to create a test app and attempt to upload it to my Github, which means it has been linked to your repo.

I could fix it manually and upload it, but it's a little stressful and you might as well fix it.

Thanks.

dabit3 commented 11 months ago

try rm -rf .git after creating a new project and it should let you create a new git configuration using git init

dabit3 commented 11 months ago

@libdefi actually updated the CLI to do this automatically