github명령어

Bootcamp/Codestates Section 1

Git - Git, Git 설정, 명령어, WorkFlow

Git 이란? 버전 관리 시스템 (Version Control System), 협업 도구 Github = Git Repository(Git으로 관리되는 폴더) 를 관리할 수 있는 클라우드 기반 서비스 Git Repository Remote Repository - 작업한 코드를 공유하려면 여기에 업로드 Local Repository - 작업할 때 사용하는 이유 파일이 변경되면 병경 이력을 저장할 수 있음. 이전 버전으로 돌아갈 수 있음. 어떠한 변경 사항이 발생했는지 알아보기 쉬움. 협업하기에 좋음. 백업하기에 좋음. Git Flow Git 설정 - 사용자 정보 $ git config --global user.name "user name" $ git config --global user.email "git..

AidenYoun
'github명령어' 태그의 글 목록