[Git] Git 깃 설치와 초기 설정
Git 설치 1. Git 설치 여부 확인 Linux 또는 macOS 환경에서는 대부분 이미 Git이 설치되어 있다. Terminal 실행 후, git을 입력해본다. $git usage: git [-v | --version] [-h | --help] [-C ] [-c =] [--exec-path[=]] [--html-path] [--man-path] [--info-path] [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare] [--git-dir=] [--work-tree=] [--namespace=] [--super-prefix=] [--config-env==] [] 만약 이와 같은 결과가 나오지 않는다면, 아직 설치가 되지 않은것이니 ..