I want to create a branch from an existing remote branch (let\'s say remote-A) and then commit the changes to the repository.
I have used the below commands to create a
This should work:
git checkout --track origin/