{"id":238,"date":"2014-03-23T15:10:47","date_gmt":"2014-03-23T13:10:47","guid":{"rendered":"http:\/\/tilofix.de\/?p=238"},"modified":"2014-03-23T15:10:47","modified_gmt":"2014-03-23T13:10:47","slug":"suche-git-untracked-dateien-und-ubergebe-sie-git","status":"publish","type":"post","link":"https:\/\/tilofix.de\/blog\/2014\/03\/suche-git-untracked-dateien-und-ubergebe-sie-git\/","title":{"rendered":"Suche GIT-untracked Dateien und \u00fcbergebe sie GIT"},"content":{"rendered":"<p><code>for file in $(git status -s | sed -n 's\/^?? \\(.*\\)\/\\1\/p'); do git add $file; done<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>for file in $(git status -s | sed -n &#8217;s\/^?? \\(.*\\)\/\\1\/p&#8216;); do git add $file; done<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[5],"tags":[8],"class_list":["post-238","post","type-post","status-publish","format-standard","hentry","category-technik","tag-computer"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p6ZyxJ-3Q","jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/tilofix.de\/blog\/wp-json\/wp\/v2\/posts\/238","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tilofix.de\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tilofix.de\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tilofix.de\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tilofix.de\/blog\/wp-json\/wp\/v2\/comments?post=238"}],"version-history":[{"count":1,"href":"https:\/\/tilofix.de\/blog\/wp-json\/wp\/v2\/posts\/238\/revisions"}],"predecessor-version":[{"id":239,"href":"https:\/\/tilofix.de\/blog\/wp-json\/wp\/v2\/posts\/238\/revisions\/239"}],"wp:attachment":[{"href":"https:\/\/tilofix.de\/blog\/wp-json\/wp\/v2\/media?parent=238"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tilofix.de\/blog\/wp-json\/wp\/v2\/categories?post=238"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tilofix.de\/blog\/wp-json\/wp\/v2\/tags?post=238"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}