Git - Remote Repositories
What does the command
git push origin --delete feature1 do?git push origin --delete feature1 do?git push with origin to interact with the remote repository named 'origin'.--delete flag--delete flag tells Git to remove the specified branch from the remote repository.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions