[개발] GIT 사용방법 알아보기

wonsama(71)
Published in
#git
Words
75
Reading
1 min
Listen
Play
6y

개요
이전에는 보통 소스 형상관리를(버전) SVN으로 많이 했었는데 요즘은 GIT 이 대세 같습니다. Branch 를 통한 다양한 버전 테스트 및 Merge 를 통한 Origin 소스 관리가 편하기 때문인 것 같습니다.

저도 GIT은 사용하지만 1인용으로 쓰는지라 ㅜㅜ 이번에 프로젝트에서 사용 중 인데 좀 잘 배워서 소스를 잘 관리해보려 하네요 ㅎㅎ

git - 간편 안내서
https://rogerdudler.github.io/git-guide/index.ko.html

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

Visual Git Guide
http://marklodato.github.io/visual-git-guide/index-ko.html

Learn Git with Bitbucket Cloud
https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud

추천글 ...
Learn Git with Bitbucket Cloud

영문이긴 하지만 젤 볼만 하네요 :)

[개발] GIT 사용방법 알아보기 | Ecency