zhangbao

Results 2 comments of zhangbao

I am sorry for not telling you clearly. The problem is the desktop computer of my company, using Chrome 74. Normal zoom is no problem, but when I change to...

`git push origin --delete refs/tags/` feels a bit redundant. It can be changed to the following, which will be more concise. --- ``` git push origin --delete ``` __Alternatives:__ ```bash...