프로젝트 관리
💼 gitHub 최초 명령어
# 사용자 글로벌 설정
$ git config --global user.name "RichardKim"
$ git config --global user.email hiddeneventor@gmail.com
# p4Merge 구글에 검색하여 다운로드
$ git config --global merge.tool p4mergetool
- gitBash에 설정 작업을 해야 Git과 연동 된다.
# 깃허브 클론 받기
$ git clone
# 원격 저장소 보기
$ git remote -v
# 브랜치 설정
git branch
# 브랜치 이동
git checkout 브랜치이름