github1 git & github 협업툴 익히기 #환경변수 설정 git config --list git config --global user.name “username” git config --global user.email “useremail” git config --global core.editor "vim” git config --global core.pager “cat” git add “file” git commit feat/fix/docs/test/conf/build/ci .. 등 명시 git setting > Personal access tokens 설정 copy token git push origin main token access git, github 협업하기 브랜치 생성 : git branch “브랜치명” 브랜치 옮기기 : git sw.. 2023. 1. 17. 이전 1 다음 728x90