Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions gitNotes_from_Liao.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,3 +268,9 @@ $ git tag -d <tagname>
```bash
$ git push origin :refs/tags/<tagname>
```
#### 删除一个远程分支
```bash
$ git checkout master
$ git branch -d dev
$ git push origin :dev
```
Binary file modified gitNotes_from_Liao.pdf
Binary file not shown.