Friday 1 February 2019

Git delete

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

No comments:

Post a Comment