From 62f09ecfdaefeb461bb8eceed1844ff2e541cf51 Mon Sep 17 00:00:00 2001 From: Hamdam <56746482+mqhamdam@users.noreply.github.com> Date: Wed, 30 Aug 2023 16:47:54 +0900 Subject: [PATCH] Update 20-fuck-this-noise.md noswear type has swear words. --- ko/noswears/tips/20-fuck-this-noise.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ko/noswears/tips/20-fuck-this-noise.md b/ko/noswears/tips/20-fuck-this-noise.md index 6592bcf4..bec4505d 100644 --- a/ko/noswears/tips/20-fuck-this-noise.md +++ b/ko/noswears/tips/20-fuck-this-noise.md @@ -1,16 +1,16 @@ --- tags: tip title: 아 몰라 됐어, 다 포기할래. -id: fuck-this-noise +id: dangit-this-noise note: this should always be the last one in the list, so setting order to 20 so I don't have to re-name/re-order it order: 20 --- ```git cd .. -sudo rm -r fucking-git-repo-dir -git clone https://some.github.url/fucking-git-repo-dir.git -cd fucking-git-repo-dir +sudo rm -r stupid-git-repo-dir +git clone https://some.github.url/stupid-git-repo-dir.git +cd stupid-git-repo-dir ``` Eric V. 가 이 방법(장난)을 알려줬다. 그러니 `sudo`를 쓰는 것에 대해서 불평하고 싶다면 부디 그에게 하기를. @@ -25,4 +25,4 @@ git reset --hard origin/master # 추적되고 있지 않은 파일/폴더를 모두 삭제한다 git clean -d --force # 초기화하고 싶은 각 branch에 대해서 checkout/reset/clean을 반복 -``` \ No newline at end of file +```