feature1 Branch git을 이용한 버전관리 flow 소스코드 clone --> 수정 --> staging --> commit git 명령어 정리 git init git repository를 만들기 위해 사용하는 명령어 git add 수정 사항을 staged 상태로 옮길 때 사용하는 명령어 git commit staging된 파일을 commit 할 때 사용하는 명령어 git diff 수정사항이 적용됐는지 보여주는 명령어 staged된 수정사항은 볼 수 없음 modified된 파일들만 확인 가능 git status 파일의 현재 상태가 뭔지 알려주는 명령어 ex) modified file인지 staged file인지 알려줌 git log commit 내역(commit history) 들을 보여주는 명령어 출력 포맷이 보기 어렵.. 2020. 4. 4. 이전 1 다음