CI&CD/GIT (1) 썸네일형 리스트형 01. Git : Install & Command https://git-scm.com/ Git git-scm.com git hub가 main으로 되어있기 때문에 연동을 생각한다면 main으로 설정 git init git config --global user.email "cmhh0808@naver.com" git config --global user.name "mhan" stating(메모리) 영역으로 옮기기: git add [파일명] git commit -m "command" add+commit: git commit -am "command" git status git log git log -p git log --all --oneline --graph git checkout [commit ID] 가장 최근 작업으로 이동: git checkout main .. 이전 1 다음