{"id":88,"date":"2009-12-08T15:23:08","date_gmt":"2009-12-08T22:23:08","guid":{"rendered":"https:\/\/brandonking.net\/blog\/?p=88"},"modified":"2009-12-08T17:28:10","modified_gmt":"2009-12-09T00:28:10","slug":"an-example-of-checking-out-a-git-tag-using-qt-4-6-0-as-an-example","status":"publish","type":"post","link":"https:\/\/brandonking.net\/blog\/2009\/12\/08\/an-example-of-checking-out-a-git-tag-using-qt-4-6-0-as-an-example\/","title":{"rendered":"An example of checking out a git tag using Qt 4.6.0 as an example."},"content":{"rendered":"<p>Clone the Qt repository:<\/p>\n<blockquote><p>$ git clone git:\/\/gitorious.org\/qt\/qt.git<\/p><\/blockquote>\n<p>Show available tags:<\/p>\n<blockquote><p>$ git tag -l<\/p>\n<p>output:<br \/>\nv4.5.1<br \/>\nv4.5.2<br \/>\nv4.5.3<br \/>\nv4.6.0<br \/>\nv4.6.0-beta1<br \/>\nv4.6.0-rc1<br \/>\nv4.6.0-tp1<\/p><\/blockquote>\n<p>Checkout v4.6.0:<\/p>\n<blockquote><p>$ git checkout v4.6.0<\/p><\/blockquote>\n<p>OR checkout v4.6.0 as a NEW branch:<\/p>\n<blockquote><p>$ git checkout -b v4.6.0-mybranch v4.6.0<\/p><\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>Clone the Qt repository: $ git clone git:\/\/gitorious.org\/qt\/qt.git Show available tags: $ git tag -l output: v4.5.1 v4.5.2 v4.5.3 v4.6.0 v4.6.0-beta1 v4.6.0-rc1 v4.6.0-tp1 Checkout v4.6.0: $ git checkout v4.6.0 OR checkout v4.6.0 as a NEW branch: $ git checkout -b v4.6.0-mybranch v4.6.0<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[81,7],"tags":[82,83,84],"class_list":["post-88","post","type-post","status-publish","format-standard","hentry","category-revision_control","category-software-developmentengineering","tag-git","tag-qt","tag-tag"],"_links":{"self":[{"href":"https:\/\/brandonking.net\/blog\/wp-json\/wp\/v2\/posts\/88","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/brandonking.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/brandonking.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/brandonking.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/brandonking.net\/blog\/wp-json\/wp\/v2\/comments?post=88"}],"version-history":[{"count":9,"href":"https:\/\/brandonking.net\/blog\/wp-json\/wp\/v2\/posts\/88\/revisions"}],"predecessor-version":[{"id":106,"href":"https:\/\/brandonking.net\/blog\/wp-json\/wp\/v2\/posts\/88\/revisions\/106"}],"wp:attachment":[{"href":"https:\/\/brandonking.net\/blog\/wp-json\/wp\/v2\/media?parent=88"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/brandonking.net\/blog\/wp-json\/wp\/v2\/categories?post=88"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/brandonking.net\/blog\/wp-json\/wp\/v2\/tags?post=88"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}