Skip to content

Commit

Permalink
doc: how to delete a remote branch
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelLarkin committed Apr 10, 2024
1 parent 4a3cfca commit 33665f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
git update-ref -d refs/remotes/origin/gh-pages
```

How to delete a remote branch.

```sh
git push origin --delete dev/semantic_diff
```


## GitHub

Expand Down

0 comments on commit 33665f3

Please sign in to comment.