79703181

Date: 2025-07-16 09:12:56
Score: 1
Natty:
Report link

It is simple.

First you have to check if you have .git already:

ls -a

(.git)will show as a repo

then

rm -rf .git
ls .git

(will not show anymore)

then

git clone 

or

git init

to reinitialize

then

ls -a 

(.git will show again)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Avalumun Nyior