Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # Git - [[git command]] - [[git remote]] Git은 소스코드를 효율적으로 관리할 수 있게 해주는 [[형상 관리]] 도구입니다. 또한 여러 명의 개발자들이 같은 프로젝트를 작업할 때 협업을 쉽게 만들고, 작업한 프로그램의 버전을 관리해줍니다. ## remote change <code> git remote set-url origin https://github.com/user/repo2.git </code> ## 문서 - [[Git Hook]] ## 책 - [[팀을 위한 Git]] open/git.txt Last modified: 2024/10/05 06:15by 127.0.0.1