git status: 커밋할 사항 없음, 작업 폴더 깨끗함 커밋할 사항이 있을 경우에는 git add -A, git status, git commit -m '메시지' 를 수행함 git log git branch git pull upstream dev git branch -d feature git branch feature git checkout feature