# Delete remote branch
git push origin :test
To gitlab.com:smartprice/ringeo-crm-front.git
- [deleted] test
How do I delete a Git branch locally and remotely?
Delete local brach
git branch -d test
error: Ветка «test» не слита полностью.
Если вы уверены, что хотите ее удалить, запустите «git branch -D test».