I have an existing repository in Github. But how do I commit changes and push the files to a particular directory in that repository?
Note - I've done all the steps from git remote add origin
to 'git commit' to 'git push` but, how do I select that particular directory I want to push changes into the repository from the terminal.
PS - I want to push changes from my local [which is not in my project directory] to a particular existing Directory of the Repository.