티스토리 뷰
계속 push 안되서 뻘짓하다가
실수한점
git add *
git commit -m "message"
git push origin master
message를 넣어주어야지 커밋됨...
간단한 commit방법
git add {변경한 파일병}
git commit -m “{변경 내용}"
커밋이력확인
git log // 모든 커밋로그 확인
git log -3 // 최근 3개 커밋로그 확인
Please move or remove them before you can merge
git add -A
git stash
git pull
https://www.zerocho.com/category/Git/post/581042fdcae2d100152ceae6
https://github.com/jeonghwan-kim/git-usage
'Programming > Git&Bash' 카테고리의 다른 글
[Git] 원하는 commit만 들고오기 (0) | 2020.12.03 |
---|---|
[Git] opensource 기여하기 (0) | 2020.08.14 |
[Git] git 명령어 (0) | 2020.03.01 |
[Git] git, SourceTree, Bitbucket 설치와 설명 (0) | 2020.03.01 |
댓글