From my remote repository i am cloning a particular branch using
git clone <URL> -b <branch_name> --single-branch <local_copy_1>
git clone <URL> -b <branch_name> --single-branch <local_copy_2>
I clone multiple copies of the same branch in my local system.Now how to i do push,fetch,merge or pull w.r.t to each local copies?