1. If I pull the code remotely now, there are two branches, master and a, and I git checkout-b on the master branch to build a new b branch, which is different from switching to the a branch and then git checkout-b?
2. Now the code on the b branch has been written and submitted to the remote warehouse, git add. And after git commit is direct git push or
git push origin b, (what"s the difference from git push origin BRV b? )
3. Now the code on the b branch has been written and submitted to the remote repository, git add. What happened to git push origin and git push origin an after git commit?
I just learned git. I don"t quite understand these points. I hope the boss will answer
.