Skip to content

Commit 5be280a

Browse files
committed
1
1 parent 3f67557 commit 5be280a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/page-git/page2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ git pull origin {브랜치-이름} --allow-unrelated-histories
126126
## 저장소 초기화
127127

128128
```
129-
{.git 폴더 삭제(`rmdir /s /q .git`}
129+
{.git 폴더 삭제(`rmdir /s /q .git`)}
130130
git init
131131
git add --all
132132
git commit -m "init"

0 commit comments

Comments
 (0)