git 명령어 설명 clone Repository 이름과 이메일주소를 등록 [ec2-user@ip-172-000-000-110 ~]$ git config --global user.email "{사용자이메일주소}" [ec2-user@ip-172-000-000-110 ~]$ git config --global user.name "{사용자아이디}" git에서 소스를 받아온다. [ec2-user@ip-172-000-000-110 ~]$ cd /app [ec2-user@ip-172-000-000-110 app]$ git clone https://gitlab.com/{아이디}/{프로젝트}.git project 'project'에 복제합니다... Username for 'https://gitlab.com': __(아..
git & SourceTree Setting SourceTree 홈페이지에서 SourceTree 다운로드 후 설치 ( https://www.sourcetreeapp.com/ ) https://product-downloads.atlassian.com/software/sourcetree/windows/ga/SourceTreeSetup-3.4.7.exe (2022-01-06 현재) 설치방법은 "sourcetree 설치"아 같은 키워드로 구글링하면 많이 나옴 원래 Bitbucket, Bitbucket Server 등, 자사(自社: Atlassian) git에 접속할 수 있는 Tool로서 SourceTree를 만든건데, 이게 다른 git에도 접속이 가능하고 사용이 간편한지라 많이 이용함. git clone URL..