https://training.github.com/downloads/ko/github-git-cheat-sheet/
Windows Explorer integration 체크 확인
git --version
바로 'Bash(배시)'
bash는 'Bourne Again Shell'의 줄임말로
유닉스 OS '쉘 프로그램'인 sh를 의미함
그렇다면 '쉘(Shll)' 프로그램은 무엇인가?
쉘(Shell)이란 키보드로 입력한 명령어(Command)를 운영체제(OS)에 전달하여, 키보드로 입력한 명령어를 실행하게끔 하는 프로그램이다. CLI(명령어 라인으로 동작)
바로 Git Bash를 설치하면, 우리가 사용하는 운영체제인
Windows(윈도우) 운영체제(OS) 환경에서도 리눅스 커맨드를 사용할 수 있게 된다.