delete local branch:
$ git branch -d <branch_name>
delete remote branch:
$ git push <remote_name> --delete <branch_name>
infocoding |
Привет, Гость! Войдите или зарегистрируйтесь.
Вы здесь » infocoding » git » commandes
delete local branch:
$ git branch -d <branch_name>
delete remote branch:
$ git push <remote_name> --delete <branch_name>
Вы здесь » infocoding » git » commandes