분산 버전 관리 시스템.
commit,add,branch,checkout,push등의 특정 하위 명령어는 고유의 문서가 따로 있습니다.tldr git subcommand를 통해 확인할 수 있습니다. 더 많은 정보: https://git-scm.com/docs/git.
git {{하위_명령어}}
git -C {{특정/레파지토리/경로}} {{하위_명령어}}
git -c '{{설정.키}}={{설정.값}}' {{하위_명령어}}
git --help
clone, add, push, log, 등등):git help {{하위_명령어}}
git --version