[Git] 초보를 위한 Git 사용법 총정리

초보를 위한 Git, GitHub 사용법 총정리 깃과 깃허브를 처음 사용하는 사람을 위한 정리다 기본적인 git 사용법을 다루지만 아래 내용만 알아도 충분히 사용 할 수 있다. 심화 과정은 모를 때 마다 찾아보는 것이 공부하는 입장에서 효율적이다. 시간 얼마 안 걸리니 직접 따라해 보길 바란다. 링크 순서대로 보면 된다. 1. Git 과 Github란? https://skypirateking.blogspot.com/2023/05/git-git-github.html 2. Git 다운로드 및 설치 https://skypirateking.blogspot.com/2023/05/git-git.html 3. Git 로컬 저장소 만들기(init) https://skypirateking.blogspot.com/2023/05/git-git_01535459895.html 4. Git 커밋하기(commit) https://skypirateking.blogspot.com/2023/05/git-git_01760277227.html 5. GitHub에 파일 올리기(Push) https://skypirateking.blogspot.com/2023/05/git-github.html 6. 원격 저장소 파일을 로컬 저장소에 가져오기(clone) https://skypirateking.blogspot.com/2023/05/git-clone.html 7. 로컬 저장소 업데이트 하기(pull) https://skypirateking.blogspot.com/2023/05/git-pull.html 8. Visual Studio에서 로컬 저장소 만들기 https://skypirateking.blogspot.com/2023/05/git-visual-studio.html 9. Visual Studio에서 commit, push 하기 https://skypirateking.blogspot.com/2023/...