GIT, 누구냐 넌
GIT 소스 코드 관리에 사용되는 DevOps 도구 자유 - 오픈 소스 버전 제어 시스템 리누스 토르발스가 2005년 리눅스 커널 개발을 위해 만듬 What is GIt? 컴퓨터 파일의 변화를 추척하는데 사용되는 버전 제어 시스템 소프트웨어 개발에서 소스코드 관리를 위해 사용 소스코드의 변경사항을 추적하는데 사용 Features of Git Tracks history Free and open source Supports non-linear development Creates backups Scalable Supports collaboration Branching is easier Distributed development Commands in Git Create Repositories - 리포지토리 만들..
2022.06.10