Post

git init+

실습 환경: Mac OS & zsh with oh-my-zsh

git init을 하고 나면 어떤 변화가 있는지 알아 봅시다.

  • 숨김 폴더를 확인 하기 위해 command + shift + .
    git init하면 폴더에 .git 폴더가 생성됩니다.
    git+ init 1

git 폴더 내부를 조금 살펴봅시다.

  • config 파일
    git 관리자의 정보가 담기는 파일입니다.

    [초기 config 파일] git+ init 2 git+ init 3

    [git config user.name / git config user.email 실행 후] git+ init 4
This post is licensed under CC BY 4.0 by the author.

Trending Tags