🏠 git init
Initialize a git repository
Crate a new git repository:
command line
git init
How do you un-initialize a git repo?
git provides a tools like init
to start a repo, but how do you remove git from a project?
Initialize a git repository
Crate a new git repository:
git init
git provides a tools like init
to start a repo, but how do you remove git from a project?