{"id":4079,"date":"2020-07-27T10:32:29","date_gmt":"2020-07-27T02:32:29","guid":{"rendered":"https:\/\/www.ookangzheng.com\/?p=4079"},"modified":"2020-08-30T16:41:11","modified_gmt":"2020-08-30T08:41:11","slug":"general-command-for-git","status":"publish","type":"post","link":"https:\/\/www.ookangzheng.com\/general-command-for-git\/","title":{"rendered":"General command for git"},"content":{"rendered":"\n
Note: This article will keep update ~~ \ud83d\ude00<\/p>\n\n\n\n
git tag | xargs git tag -d<\/code><\/pre>\n\n\n\nDelete remote git tag<\/h2>\n\n\n\ngit tag -l | xargs -n 1 git push --delete origin<\/code><\/pre>\n\n\n\nReference: https:\/\/stackoverflow.com\/questions\/19542301\/delete-all-tags-from-a-git-repository<\/p>\n","protected":false},"excerpt":{"rendered":"
Useful collection of git command <\/p>\n","protected":false},"author":1,"featured_media":4106,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[95,84],"class_list":["post-4079","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dev","tag-git","tag-github"],"_links":{"self":[{"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/posts\/4079","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/comments?post=4079"}],"version-history":[{"count":0,"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/posts\/4079\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/media\/4106"}],"wp:attachment":[{"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/media?parent=4079"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/categories?post=4079"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/tags?post=4079"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}