Post

git add+

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

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

  • .git 파일 내부

    [초기 objects 폴더]
    git+ add 1
    git+ add 2

    [git add newfile.txt 한 후]
    git+ add 3

    git add의 결과로 78 폴더와 함께 해쉬값이 생성됩니다.
This post is licensed under CC BY 4.0 by the author.

Trending Tags