Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Why Github?

git 기초학습 참고자료

https://git-scm.com/book/ko/v2

https://backlog.com/git-tutorial/kr/

git 의 대표적인 workflow 3가지

https://vntgcorp.github.io/Git

Git 기능 참고

Git 저장소 안에 다른 Git 저장소를 디렉토리로 분리해 넣는 것이 서브모듈이다. 다른 독립된 Git 저장소를 Clone 해서 내 Git 저장소 안에 포함할 수 있으며 각 저장소의 커밋은 독립적으로 관리한다. https://git-scm.com/book/ko/v2/Git-%EB%8F%84%EA%B5%AC-%EC%84%9C%EB%B8%8C%EB%AA%A8%EB%93%88

git submodule init
git submodule udpate

  • No labels