Git 명령어 - commit git add 명령어를 사용하여 커밋 리스트에 추가된 파일을 커밋합니다. 예제 git commit -m '아이콘 추가'
Git 명령어 - remote add 원격 저장소를 추가하기 위해 사용하는 명령어 입니다. 예제 git remote add # git remote add staging https://github.com/HJ-Template/template-github # git remote add origin https://github.com/HJ-Template/template-github
Git 명령어 - add 프로젝트 내에서 파일을 수정한 다음 수정된 파일을 커밋 리스트에 추가합니다. 예제 git add # git add index.html # git add icons
Git 명령어 - clone 프로젝트를 다운받을 때 사용합니다. 예제 git clone # git clone https://github.com/HJ-Template/template-github
* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.