{"id":132,"date":"2024-02-13T13:57:45","date_gmt":"2024-02-13T20:57:45","guid":{"rendered":"https:\/\/www.7softinteractive.net\/?p=132"},"modified":"2024-02-28T20:02:16","modified_gmt":"2024-02-29T03:02:16","slug":"git-cheatsheet","status":"publish","type":"post","link":"https:\/\/www.7softinteractive.net\/?p=132","title":{"rendered":"Git Cheatsheet"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>* shows all settings\ngit config --list\n\n* shows system settings\ngit config --list --system\n\n* shows user settings\ngit config --list --global\n\n* shows project settings\ngit config --list --local\n\n* Clean Local Workspace dry run\ngit clean -n \n\n* Clean local workspace force untracked file deletion\ngit clean -f\n\n* Clean local workspace force untracked file deletion and remove directories\ngit clean -f -d\n\n* Clean local workspace to remove untracked .gitignore files\ngit clean -f -x <\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":12,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-132","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux"],"_links":{"self":[{"href":"https:\/\/www.7softinteractive.net\/index.php?rest_route=\/wp\/v2\/posts\/132","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.7softinteractive.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.7softinteractive.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.7softinteractive.net\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.7softinteractive.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=132"}],"version-history":[{"count":3,"href":"https:\/\/www.7softinteractive.net\/index.php?rest_route=\/wp\/v2\/posts\/132\/revisions"}],"predecessor-version":[{"id":137,"href":"https:\/\/www.7softinteractive.net\/index.php?rest_route=\/wp\/v2\/posts\/132\/revisions\/137"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.7softinteractive.net\/index.php?rest_route=\/wp\/v2\/media\/12"}],"wp:attachment":[{"href":"https:\/\/www.7softinteractive.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=132"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.7softinteractive.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=132"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.7softinteractive.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=132"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}