글
git 명령어 모음
G/Git
2014. 10. 25. 10:58
1. index 지우기
git rm --cached [file]
2. comment 남기기
git commit -m 'First commit'
Q1. Make the current commit the only (initial) commit in a Git repository?
http://stackoverflow.com/questions/9683279/make-the-current-commit-the-only-initial-commit-in-a-git-repository
명령어 모음집
참조 : http://www.dreamy.pe.kr/zbxe/CodeClip/95414
'G > Git' 카테고리의 다른 글
gitignore 적용이 안될 시 (0) | 2015.03.26 |
---|---|
Git 기초 설정 (0) | 2014.12.26 |