{"id":562,"date":"2015-01-26T00:09:56","date_gmt":"2015-01-26T09:09:56","guid":{"rendered":"http:\/\/blog.box.kr\/?p=562"},"modified":"2015-01-26T00:09:56","modified_gmt":"2015-01-26T09:09:56","slug":"git%ec%97%90%ec%84%9c-ignore%ec%97%90-%ec%9e%88%eb%8a%94-%ed%99%94%ec%9d%bc-%ec%82%ad%ec%a0%9c-%ed%95%98%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/blog.box.kr\/?p=562","title":{"rendered":"GIT\uc5d0\uc11c ignore\uc5d0 \uc788\ub294 \ud654\uc77c \uc0ad\uc81c \ud558\uae30.."},"content":{"rendered":"<pre><code>git rm --cached `git ls-files -i --exclude-from=.gitignore`\ngit commit -m 'Removed all files that are in the .gitignore'\ngit push origin master\n\n\n<\/code>\uc774\ub7ec\uba74 .ignore \ud654\uc77c\uc5d0 \uc874\uc7ac \ud558\ub294 \ud654\uc77c\uc744 \ub808\ud30c\uc9c0\ud1a0\ub9ac\uc5d0\uc11c \ub2e4 \uc9c0\uc6cc \uc900\ub2e4.\n\n\n<\/pre>\n<pre><code>git ls-files -i --exclude-from=.gitignore &gt; to_remove.txt\nwhile read line; do `git rm -r --cached \"$line\"`; done &lt; to_remove.txt\nrm to_remove.txt\ngit commit -m 'Removed all files that are in the .gitignore'\ngit push origin master\n\n<\/code>\uc774\uac83\ub3c4...<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>git rm &#8211;cached `git ls-files -i &#8211;exclude-from=.gitignore` git commit -m &#8216;Removed all files that are in the .gitignore&#8217; git push origin master \uc774\ub7ec\uba74 .ignore \ud654\uc77c\uc5d0 \uc874\uc7ac \ud558\ub294 \ud654\uc77c\uc744 \ub808\ud30c\uc9c0\ud1a0\ub9ac\uc5d0\uc11c \ub2e4 \uc9c0\uc6cc \uc900\ub2e4. git ls-files -i &#8211;exclude-from=.gitignore &gt; to_remove.txt while read line; do `git rm -r &#8211;cached &#8220;$line&#8221;`; done &lt; to_remove.txt rm to_remove.txt git commit -m &#8216;Removed all files that are in the .gitignore&#8217; git push origin master \uc774\uac83\ub3c4&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false,"ngg_post_thumbnail":0,"spay_email":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true},"categories":[4],"tags":[],"aioseo_notices":[],"jetpack_featured_media_url":"","jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p5q9Zn-94","jetpack-related-posts":[{"id":565,"url":"https:\/\/blog.box.kr\/?p=565","url_meta":{"origin":562,"position":0},"title":"UNITY \ud504\ub85c\uc81d\ud2b8\uc5d0\uc11c GIT\uc0ac\uc6a9\ud560\ub54c ignore \ubaa9\ub85d..","date":"2015-01-26","format":false,"excerpt":"\ub514\ub809\ud1a0\ub9ac root\uc5d0 .gitignore \u00a0 \ud654\uc77c \uc0dd\uc131 \ud6c4 \uc544\ub798 \ub0b4\uc6a9 \uc800\uc7a5.. # =============== # # Unity generated # # =============== # [Tt]emp\/ [Oo]bj\/ [Bb]uild [Ll]ibrary\/ sysinfo.txt # ===================================== # # Visual Studio \/ MonoDevelop generated # # ===================================== # [Ee]xported[Oo]bj\/ \/*.userprefs \/*.csproj \/*.pidb \/*.suo \/*.sln* \/*.user \/*.unityproj \/*.booproj # ============ #\u2026","rel":"","context":"In &quot;\uae30\uc220&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":558,"url":"https:\/\/blog.box.kr\/?p=558","url_meta":{"origin":562,"position":1},"title":"OSX\uc5d0\uc11c GIT \uc11c\ubc84 \uc124\uc815 \ud558\uae30","date":"2015-01-25","format":false,"excerpt":"* Shell \uc5d0\uc11c \uc0ac\uc6a9\uc790 \ucd94\uac00 !! 1. \"sudo dscl . -create \/Users\/username UserShell \u00a0\/bin\/bash\" 2. \"sudo dscl . -create\u00a0\/Users\/username\u00a0RealName \"John Doth\"\" 3. \"sudo dscl . -create\u00a0\/Users\/username\u00a0UniquelID 1001\" 4.\u00a0\"sudo dscl . -create\u00a0\/Users\/username\u00a0PrimaryGroupID\u00a01000\" 5.\u00a0\"sudo dscl . -create\u00a0\/Users\/username\u00a0NFSHomeDirectory \/Local\/Users\/username\" 6.\u00a0\"sudo dscl . -create\u00a0\/Users\/username\u00a0password\" \u00a0 \u00a0<<= \uc554\ud638 \uc785\ub825 * GIT\uc124\uce58 1. \uc0ac\uc6a9\uc790 \"git-admin\" \u00a0\ucd94\uac00\u2026","rel":"","context":"In &quot;\uc77c\uc0c1&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":953,"url":"https:\/\/blog.box.kr\/?p=953","url_meta":{"origin":562,"position":2},"title":"How to install openssl on windows with visual studio 2015","date":"2015-08-26","format":false,"excerpt":"cite from\u00a0http:\/\/developer.covenanteyes.com\/building-openssl-for-visual-studio\/ and some edit.. ================================================== \u00a0 You need to install\u2026 Visual Studio 2015 (this will likely work with older versions as well) ActivePerl 1 Latest version of OpenSSL source-code 2\u00a0or $ git clone git:\/\/git.openssl.org\/openssl.git $ cd openssl $ git config core.autocrlf false $ git config core.eol lf $ git\u2026","rel":"","context":"In &quot;\uae30\uc220&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1250,"url":"https:\/\/blog.box.kr\/?p=1250","url_meta":{"origin":562,"position":3},"title":"\ud328\ud0a4\uc9c0(Package) \uc218\uc815\ud558\uae30","date":"2021-05-18","format":false,"excerpt":"Github\uc5d0\uc11c \uace0\uce60 Package\ub97c Fork \ud55c \ud6c4\uc5d0 \ud574\ub2f9 \uc18c\uc2a4\ub97c \uace0\uce58\uace0 Github\uc5d0 commit \/ push \ud574\uc11c \uc0ac\uc6a9\ud568pubspec.yaml\uc5d0 \uc544\ub798\uc640 \uac19\uc774 \uae30\uc785#qrscan: ^0.2.17 # \uae30\uc874\uc5d0 \uc788\ub358 \ud328\ud0a4\uc9c0\ub294 \uc8fc\uc11d \ub610\ub294 \uc0ad\uc81c plugin_test: git: url: https:\/\/github.com\/chandong83\/qrcode_scanner.git ref: master \uc704\uc640 \uac19\uc774 \ucc98\ub9ac \ud558\uace0 \ubc18\ub4dc\uc2dc .. flutter pub upgrade \ucc98\ub9ac \ud574\uc11c update\ud574\uc918\uc57c \ubcc0\uacbd\ub428\ub0b4\ubd80\uc5d0 \ud654\uc77c\uc744 \ub0b4\ub824 \ubc1b\uc544\uc11c \ubc14\ub85c\ubc14\ub85c \uc0ac\uc6a9\ud558\uae30\u2026","rel":"","context":"In &quot;flutter&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":899,"url":"https:\/\/blog.box.kr\/?p=899","url_meta":{"origin":562,"position":4},"title":"Cassandra cpp driver install","date":"2015-06-16","format":false,"excerpt":"http:\/\/datastax.github.io\/cpp-driver\/topics\/building\/ \u00a0 Building Supported Platforms The driver is known to work on CentOS\/RHEL 5\/6\/7, Mac OS X 10.8\/10.9 (Mavericks and Yosemite), Ubuntu 12.04\/14.04 LTS, and Windows 7 SP1. It has been built using GCC 4.1.2+, Clang 3.4+, and MSVC 2010\/2012\/2013. Dependencies Driver CMake libuv (1.x or 0.10.x) OpenSSL (optional) NOTE:\u2026","rel":"","context":"In &quot;\uae30\uc220&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":830,"url":"https:\/\/blog.box.kr\/?p=830","url_meta":{"origin":562,"position":5},"title":"[scrap]50 Most Frequently Used UNIX \/ Linux Commands (With Examples)","date":"2015-05-20","format":false,"excerpt":"http:\/\/www.thegeekstuff.com\/2010\/11\/50-linux-commands\/ \u00a0 This article provides practical examples for 50 most frequently used commands in Linux \/ UNIX. This is not a comprehensive list by any means, but this should give you a jumpstart on some of the common Linux commands. Bookmark this article for your future reference. Did I miss\u2026","rel":"","context":"In &quot;\uae30\uc220&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts\/562"}],"collection":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=562"}],"version-history":[{"count":0,"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts\/562\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=562"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=562"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=562"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}