diff --git a/README.md b/README.md index a98cb4a..a4fc9ad 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,12 @@ git branch -d ## Delete remote branch ```sh +git push origin --delete +``` + + +__Alternatives:__ +```sh git push origin : ``` diff --git a/tips.json b/tips.json index f600b63..72b80b2 100644 --- a/tips.json +++ b/tips.json @@ -57,7 +57,8 @@ }, { "title": "Delete remote branch", - "tip": "git push origin :" + "tip": "git push origin --delete ", + "alternatives": ["git push origin :"] }, { "title": "Undo local changes with the last content in head",