Git (1) 썸네일형 리스트형 Git and Github 사용법 총정리 What is Git?Git is open source and free source control management or what's referred to as Source Control Management.- Download git-scm.com - Manual# This command opens up a manual of command 'git config'git help config - User Configuration# Username configurationgit config --global user.name "Username Here"# Email configurationgit config --global user.email Youremailhere# Default branch configu.. 이전 1 다음