TechStudy/Git(hub)
2023. 7. 24.
[pre course] 기본 세팅, 브랜치, 커밋
Git = one of Version Control Systems (VCS) = 시간따른 파일 변경내용을 '버전'으로 기록 및 추적하는 시스템 git repo = git 저장소 [git bash basic commend] (git으로 시작하는건 git 특수 언어) 프롬포트: 까만 화면에 뜨는 글씨들 * location? pwd: check where am I? cd: change directory ex) cd /c cd git/ ls: list what the current location has. mkdir: create new forlder ex) mkdir git git이라는 new folder 생성 또는 처음부터 최종목적지 파일에 대해 파일 우클릭 후 git bash here하면 경로 수정과정 생..