git6 Git 수업내용_1 git bash에서 기초!! git bash를 실행시키면 제일 먼저 뜨는 것! ls ls 접근할 수 있는 디렉터리 이름을 보여줌! 가장 많이 입력할 명령어 중 하나!! cd {디렉토리이름} cd {디렉토리이름} {디렉터리 이름}으로 이동한다!! mkdir {디렉터리 이름} mkdir {디렉터리 이름} {디렉터리 이름}으로 디렉터리를 만든다! cd .. cd .. 상위 폴더로 이동! .. 상위 디렉터리 . 현재 디렉터리 ls의 flag ls -l ls -a ls -al -(하이픈)은 flag(=option)를 실행하는 거!! -l : 한줄한줄 상세정보까지 표현 (-l : use a long listing format) -a : 숨김 파일까지 다 표현 ( -a, --all : do not ignore ent.. 2022. 3. 28. git 버전 확인 & 업데이트하기! git 설치는 다음 사이트에서 한다. https://gitforwindows.org/ Git for Windows Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the Git SCM to Windows while providing appropriate user interfaces for experienced Git users and novices alike. Git BASH Git for Windows provides a BA gitforwindows.org 난 이미 설치가 되어 있기 때문에, 업데이트만 진행하려고 한다. 찾아보니까 cmd창에서 해도 되는 것 같은.. 2022. 3. 28. 이전 1 2 다음