terminal2 [Git] Window에 Git세팅하기 (window terminal 설치) 1. Window terminal(터미널)을 설치합니다. Microsoft : https://docs.microsoft.com/ko-kr/windows/terminal/install Windows 터미널 설치 Windows 터미널을 설치하고 설정하는 방법을 알아봅니다. docs.microsoft.com 필수는 아닌 거같으나, mac에서의 terminal사용이 편했던 기억으로 설치했습니다. 2. Git 설치 https://git-scm.com/downloads Git - Downloads Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git.. 2022. 2. 8. [Linux] Terminal Command(터미널 명령어) Commands 명령어 뜻 설명 활용 / root 최상위 경로로 이동 ~ /home home디렉토리로 이동 cd change directory 폴더로 이동 cd .. cd ./dan cd ../dan ls list segments 현재 경로 내 파일 목록 출력 ls -al pwd print working directory 현재 위치를 경로로 출력 mkdir / rmdir make directory 디렉토리 생성 / 제거 rm remove 파일 / 디렉토리를 제거 rm으로 지운건 못살림 rm -rf 특히 rm -rf * 이렇게 하면 다 삭제되니까 하지말 것 cp copy 파일 / 디렉토리를 복사 mv move 파일 / 디렉토리를 이동 cat concatenate 터미널에 파일 내용 출력 touch touc.. 2021. 9. 11. 이전 1 다음