I was working in one project file detached from the remote repository for a while, I would like to commit my changes to the old existing repository now.
I have cloned the old version:
git clone <repository path>
How I can merge my new changes? Overwriting the local git folder and run:
git commit
cause me some errors.
tanx