생활코딩

[생활코딩] git을 사용하는 이유

유호야 2021. 3. 27. 20:01
반응형

버전관리가 무엇인가?

Git이란 무엇인가?

 

Git과 GitHub는 다르다.
Git은 '자동차' 처럼 제품군을 말하며
github는 그 제품군을 다룰 수 있는 업체 = 소프트웨어 프로그램을 말한다.

 

git의 목적 3 - 협업 - GIT1

수업소개 git을 이용해서 협업을 하는 방법을 알아봅니다.  강의

opentutorials.org

git의 3대 목표

버전관리
version

협업
backup

백업
collaborate


- git 버전관리 시스템을 도입했을 때 어떤 효과가 있을까?

언제든지 다른 컴퓨터에서 가져오고 또 저장해서 업로드함으로써
백업, 버전관리, 협업에서 효율성을 증대시키는 기능이 있다.

 

 


- Git의 툴에는 무엇이 있을까?

 

github.com/

 

GitHub: Where the world builds software

GitHub is where over 56 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat...

github.com

www.sourcetreeapp.com/

 

Sourcetree | Free Git GUI for Mac and Windows

A Git GUI that offers a visual representation of your repositories. Sourcetree is a free Git client for Windows and Mac.

www.sourcetreeapp.com

 

윈도우 전용

tortoisegit.org/

 

TortoiseGit – Windows Shell Interface to Git

Support Manuals, FAQ, bug reporting, mailing list, and more…

tortoisegit.org

 

Git

 

Git

 

git-scm.com

 

gitforwindows.org/

 

Git for Windows

Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the Git SCM to Windows while providing appropriate user interfaces for experienced Git users and novices alike. Git BASH Git for Windows provides a BA

gitforwindows.org

깃 오리지널
명령어를 통해서 깃을 제어하는 것 > cli

반응형