How can I clone a specific branch and push changes to this branch only in GIT. I know how to clone a specific branch but not sure to how to push to this branch only. As there is no chance of mistake so if someone can mention the series of step that will be great. To clone repository, I tried below.
git clone -b <branch_name> <url>