Setting/Git & Github

Git & Github 알아보기

개발자_옹이양 2021. 1. 22. 03:47

git = 모든 변경사항들을 트래킹

 - 파일이 바뀐 모든 시점

 - 파일을 변경한 사람들

 - Distributed version control system

git이외에도 gitLab, Bitbucket 등이 있다.

 

git을 사용하기 위한 여러 명령어들.

위와같이 console 명령어로 하는걸

github에서 graphic user interface로 만듦 = Github DeskTop

github = 파일 저장하는 공간

 - GitHub Desktop 사용

New repository
Publish repository 하기 전

와같이 Repository (기본적으로 폴더) 를 만들 수 있으며, 변경사항들이 git에 의해 트래킹 된다.