개발 관련 이것저것/git 명령어 (1) 썸네일형 리스트형 유용한 git 명령어 git status -s 상태를 간단하게 표현. git commit -a -m "Message" add, commit 을 동시에. Working directory 의 모든 파일에 대해 실행함. git commit --amend 최근의 commit message 수정. commit 을 빼먹은 파일을 add 한 후 commit --amend 하면 추가됨. git log --oneline --decorate --graph --all git 의 branch history 를 간단한 그래프로 보여준다. git stash pop Stash 를 적용한 뒤 바로 스택에서 제거한다. (git stash apply + git stash drop) git checkout - 바로 이전의 branch 로 switch. git.. 이전 1 다음