Git 기초 ( git init 🏃‍♂️)
B4 Junior2022. 5. 2. 00:37Git 기초 ( git init 🏃‍♂️)

이번 글에선 Git init 명령어에 대해 다루겠습니다. Git 의 명령어를 이용할때 보통 2가지 방법을 이용하는데요. 1. CLI 를 이용하는 방법 2. VSCode 를 이용하는 방법 아래는 git init 에 대한 공식 문서입니다. 👇👇👇👇 https://git-scm.com/docs/git-init Git - git-init Documentation This command creates an empty Git repository - basically a .git directory with subdirectories for objects, refs/heads, refs/tags, and template files. An initial branch without any commits will be cr..

image