git과 github
git과 github 기초
hyoomi
2021. 10. 8. 00:47
[출처] https://www.youtube.com/watch?v=Z9dvM7qgN9s&t=813s
git add .을 하면 working directory에 있는 untrack된 파일들이 모두 staging area로 간다.
git commit -m "first commit"
git coomit -am "second commit" : add와 commit을 동시에