github1 깃&깃허브 입문 20200209- mkdir myGitRepo cd myGitRepo git init git init myGitRepo git status git add hello.txt git add . git add hello.txt git commit -m “메시지” git commit -am “메시지” // 한번 이상 커밋 한 파일 git commit —amend // 방금 커밋한 메시지 수정 git log git log —stat // 한꺼번에 보기 git log —oneline // 한줄씩 보기 git log —oneline —branches // 한줄씩 브랜치 보기 git log —oneline —branches —graph // 한줄씩 브랜치를 그래프로 보기 git log master..myBranch // 두 브랜치 차이.. 2020. 2. 9. 이전 1 다음