GIT2-CLI 버전관리 - .gitignore / branch / tag / backup
1.. gitignore: ▼ git - gitignore 참고 https://git-scm.com/docs/gitignore Git - gitignore Documentation The optional configuration variable core.excludesFile indicates a path to a file containing patterns of file names to exclude, similar to $GIT_DIR/info/exclude. Patterns in the exclude file are used in addition to those in $GIT_DIR/info/exclude. git-scm.com ▼ ignore 할 파일들을 정리해서 알려주는 사이트 https://w..
Git
2021. 5. 24. 17:29
공지사항