ubuntu

    Ubuntu - git 설치

    명령어# 패키지 리스트 업데이트sudo apt-get install git# git 설치sudo apt install git# git version 확인git --version