git log

git reset HEAD^
최근에 한 commit하고 add를 날려준다.

git log

git commit -m "...."

gti add .

git commt -m "새 커밋 제목"


'Git' 카테고리의 다른 글
| git local 저장소 name, email 변경하기 (0) | 2020.08.27 |
|---|---|
| git 에 README에 사진올릴 때 (0) | 2020.08.04 |
| How to logout from git in windows (0) | 2020.07.18 |
| GIT commit 되돌리기 (0) | 2020.07.03 |
| GitHub 커밋할 때 나오는 username 설정하기, 확인하기 (0) | 2020.06.30 |