git init
초기화
rm -rf .git
rm - 항목제거
.name 처럼 . 이 붙은 파일은 숨겨진 파일
mkdir
디렉토리 생성
cd ..
상위 폴더로 이동
https://shaeod.tistory.com/930
ls
list 확인
ls -a
숨겨진 파일 모두 확인
ls -l
자세한 내용 출력 = ll
git status
상태확인
https://dololak.tistory.com/304
git config --global alias.'00'
으로 단축키 생성가능
Git 명령어 Reference 확인
https://git-scm.com/docs
선생님 항해과정 수료하셨나요?