rm : ํ์ผ ๋๋ ํด๋ ์ญ์ ํ๊ธฐ
2021. 9. 22. 14:23
ํ์ผ ์ญ์ ํ๊ธฐ
# ๋ก์ปฌ ๋๋ ํ ๋ฆฌ, git์์ ์ญ์
git rm test.txt
# git์์๋ง ์ญ์
git rm --cached test.txt
test.txt ์๋ฆฌ์ ์ํ๋ ํ์ผ๋ช ์ ์ ๋ ฅํ๋ค.
ํด๋ ์ญ์ ํ๊ธฐ
# ๋ก์ปฌ ๋๋ ํ ๋ฆฌ, git์์ ์ญ์
git rm -r test/
# git์์๋ง ์ญ์
git rm --cached -r test/
test/ ์๋ฆฌ์ ์ํ๋ ํ์ผ๋ช ์ ์ ๋ ฅํ๋ค.
ํ์ผ๋ช , ํด๋๋ช ํ์
# ํ๋์ testํ์ผ ์ญ์
text.txt
# ํ๋์ testํด๋ ์ญ์
test/
# ๋๋ ํ ๋ฆฌ ๋ด ๋ชจ๋ testํ์ผ ์ญ์
**/test.txt
# ํ์ฅ์ txt ์ญ์
*.txt
rm ํ commit > push !
728x90
'๐จTOOL > Git' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
Netlify๋ก ๋ฐฐํฌํ๊ธฐ (0) | 2022.03.15 |
---|---|
repository ์ฐ๊ฒฐํ๊ธฐ (0) | 2022.03.15 |
git ์ด๊ธฐ ์ค์ (0) | 2022.03.15 |
Markdown ๋ฌธ๋ฒ ์ ๋ฆฌ (0) | 2022.03.10 |
gitignore : ์ ์ธํ๊ณ push ํ๊ธฐ (0) | 2021.08.09 |