Ok, so I have a cloned github repo on my local machine, and another forked github repo in my github account. I would like to push a file from my cloned local repo to my forked repo. I need to push it in the same location (e.g. the file in my local repo is in /folder1/folder2 and I have to push it in my forked repo in /folder1/folder2). Does anyone now a way to do this?
Thanks!