Digital Marketing

Delete a git branch remotely

git push <remote> --delete <branch>.

Example:

git push origin --delete my-branch

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database