2.3.2 깃 명령어로 실행
깃 프로그램 이름은 git입니다. 터미널에서 git과 명령어를 입력하면 깃이 동작합니다. 그냥 git이란 이름만 입력해도 실행됩니다. git이라고 입력해 보세요. git 명령어 사용법 및 간단히 요약된 내용을 볼 수 있습니다.
$ git
usage: git [–version] [–help] [-C <path>] [-c <name>=<value>]
[–exec-path[=<path>]] [–html-path] [–man-path] [–info-path]
[-p | –paginate | -P | –no-pager] [–no-replace-objects] [–bare]
[–git-dir=<path>] [–work-tree=<path>] [–namespace=<name>]
<command> [<args>]
These are common Git commands used in various situations:
start a working area (see also: git help tutorial)
clone Clone a repository into a new directory
init Create an empty Git repository or reinitialize an existing one
이하 생략