Navigation
Home
Projects
Patents
Publications
Changes
Search
SEARCH
TOOLBOX
LANGUAGES
Git
Git
From Chaehyun
Revision as of 06:36, 4 December 2011 by
Xlos
(
Talk
|
contribs
)
(
diff
)
← Older revision
|
Latest revision
(
diff
) |
Newer revision →
(
diff
)
Jump to:
navigation
,
search
vi ~/.gitignore
.svn bin dist
git config --global core.excludesfile ~/.gitignore
파일은 그대로 남겨두고, version control에서만 제외하기
git rm --cached filename
git rm --cached directory -r
git ls-files | xargs git rm --cached