I am using that command to clone a branch of a repository but I don't know why it throws that error
git clone -b redux-basics https://github.com/mschwarzmueller/reactjs-redux-basics.git
why that command returns me that
fatal: Remote branch redux-basics not found in upstream origin
please tell me what should I do next