Git 기초 명령어
Git 저장소 초기화 (git init)
git initGit으로 관리하는 파일 상태확인 (git status)
git status파일 추적하기 (git add)
git add filename버전 생성하기 (git commit)
git commit버전 로그보기(git log)
git logLast updated