Git - Remote Repositories
Which of the following commands correctly pushes a new branch
dev to the remote named origin?dev to the remote named origin?git push origin <branch-name>.origin is the remote and dev is the branch, so git push origin dev is correct.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions