We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c0c83 commit 5d23ae8Copy full SHA for 5d23ae8
web/git/page.html
@@ -69,6 +69,31 @@ <h1>자주사용하는 git 명령</h1>
69
</ul>
70
71
72
+ <p>
73
+ 새 저장소의 초기화
74
+ </p>
75
+ <ul>
76
+ <li>
77
+ .git 폴더 삭제
78
+ </li>
79
80
+ git init
81
82
83
+ git add -all
84
85
86
+ git commit -m "init"
87
88
89
+ git remote add origin https://github.com/code1009/{저장소이름}.git
90
91
92
+ git push -f origin master
93
94
+ </ul>
95
+
96
97
</div>
98
</body>
99
</html>
0 commit comments