오늘은 git을 어떻게 설치 하는지. git을 통해 사람들과 어떻게 협업할 수 있는지에 대해 배웠다. github의 기능과 CLI형식으로 입력할 수 있는 기본적인 git 명령어 Fork : other's remote repositories에서 나의 remote repository로 가져 올때 쓰는 github의 기능 clone : 라는 명령어로 사용이 가능하며, 나의 remote repositories에서 local repository로 가져오는 기능을 한다. status : 로 사용 가능 local repository로 복사한 directory들의 commited 되기 전 상태를 볼 수 있는 기능 (명령어 사용시 꼭 해당 directory로 들어가서 명령어를 입력하자.) restore: commit 되..