CodeTech/Git
Git - 3
뚜드림
2020. 8. 9. 22:09
git 과 관련된 명령어를 보고 싶을 때
git help [command]
git [command] --help
->공식 브라우저


git [command] -h

git add .
- working directory에 변경된 모든파일들을 staging area에 올린다.
