make
MAKE 시작하기
GNU make 홈페이지
KLDP GNU make
나무위티 MAKE
MAKE Download
최신 버젼을 (*.zip) 화일을 unzip 하여 c:\tools\make 아래에 카피한다.
시스템 환경변수 path 에 위 c:\tools\make\bin 폴더를 추가한다.
git hub example
// first copy and start
git clone https://github.com/yooaroma/yooaroma.github.io
cd yooaroma.github.io
// 일반적으로 계속 할 때 사용
git add -A -- 작업 디렉토리 모든 변경내용
or
git add .
git commit -m "readme text"
git push
// 추가 사용하는 명령어
git status
git config
git add file/dir
이 기사는 저작권자의 CC BY 4.0 라이센스를 따릅니다.