git command1 [Git] Git 명령어 정리 Git 최초 설정 # 사용자 정보 git config --global user.name git config --global user.email Remote # 리모트 저장소 확인 git remote -v # 리모트 저장소 추가 git remote add # 리모트 저장소 이름 변경 git remote rename # 리모트 저장소 삭제 git remote remove 원격 저장소에 코드 저장하기 # workspace git add # staging git commit -m "commit message" git status # local repository git push origin # remote repository git fetch origin Branch # 브랜치 이름 변경 git branch -.. 2021. 12. 18. 이전 1 다음