Git - Remote Repositories
You want to push your local branch
dev to a new remote branch named release. Which command achieves this?dev to a new remote branch named release. Which command achieves this?dev to remote branch release, use git push origin dev:release.release:dev reverses source and destination; git push origin dev pushes to remote branch dev; -b is invalid for push.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions