Skip to content
Archive
Main Navigation
Posts
Articles
Dev
Studies
Architecture
Patterns
Browser
Clean Code
Frontend
Git
HTTP
Javascript
Node
React
Security
Typescript
Vue3
Web 용어정리
Books
Composing Software
코어 자바스크립트
TCP/IP 완벽 가이드
Node.js 교과서(개정 3판)
코딩테스트
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
git init
#
local repo를 생성하기 위한 명령어로, 실행하면 다음과 같은 작업들이 진행됩니다.
cwd(current working directory)에
.git
이라는 subDir가 생성된다.
main
branch가 생성된다.