Git - Remote Repositories
Which command will push your current branch to the remote repository named
origin and update the remote tracking branch?origin and update the remote tracking branch?HEAD refers to the current branch, so git push origin HEAD pushes the current branch to origin.--all pushes all branches, --delete deletes branches, and --force forces push but does not specify branch.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions