Closed HyperSourceGithub closed 7 months ago
commands executed: cd <filepath> -> git clone <https url of this repo> it created a new folder inside the current folder, and i moved my files into it and now git commit doesn't work.
cd <filepath>
git clone <https url of this repo>
git commit
done, needed to cd <directory created (hyperair) and then git add . after moving all the files. works now,
cd <directory created (hyperair)
git add .
commands executed:
cd <filepath>
->git clone <https url of this repo>
it created a new folder inside the current folder, and i moved my files into it and nowgit commit
doesn't work.