git에러모음1 Git command & error 정리 1. Command 1) 특정 파일이나 디렉토리만 commit 하고자 할 때 $ git commit [some files] 2) 설정되어 있는 git remote url 확인하기 $ git config --get remote.origin.url $ git remote --v 3) git remote url 변경하기 $ git remote set-url 4) 새로운 git remote 추가하기 $ git remote add {remote name} {repository-url} 5) commit 한 히스토리 보기 $ git log https://git-scm.com/book/en/v2/Git-Basics-Viewing-the-Commit-History Git - Viewing the Commit Histo.. 2022. 4. 6. 이전 1 다음 반응형