I am facing a problem with linking a local project to a git repository.
The problem started when i created a new folder with the same name of the git
repository, then i ran git clone
to get the source code locally. but what happened is that the repository downloaded and created inside the folder i created. so in order to run the application with the correct path, i cut the downloaded repository and i past it in the root and i deleted the main folder (linked to the master). now i made some changes in the applications and i want to link the folder to the git repository in order to push the changes.
as a result, i have a project and i want to link this project to an existing git repository.