Basic/Git

· Basic/Git
1. 다운로드, 이론, 명령어 Git 설치 과정 Downloading Git git bash here 체크 💡 Git bash : Window 에서도 유닉스 커맨드를 사용할 수 있도록 해주는 프로그램 Launch git bash 체크, View relase notes 체크 해제 Git 설치 후 폴더 내에서 우클릭 Git Bash Here 클릭 Sublime Text 설치하기 Sublime Text - A sophisticated text editor for code, markup and prose 실행 검색창에 sublime Git 써보기 Repository : 저장소 .git 디렉토리 Commit : 프로젝트 디렉토리의 특정모습을 하나의 버전으로 남기는 행위 & 결과물 Git Bash 명령어 (Term..
· Basic/Git
GitHub 연동 IntelliJ Settings - Version Control - GitHub 에서 Add account - Log In via GitHub 커밋 단축키: Ctrl K Git 사용법 새로운 레포지토리를 만든 경우 git init git add . git commit -m 'first commit' git branch -M main git remote add origin https://github.com/dev-connor/레포지토리 이름.git git push -u origin main 브랜치 가지치는 법 feature 브랜치를 만든다. 한가지를 변경 후 커밋한다. feature 로 이동한다. …or create a new repository on the command line ech..
코너.
'Basic/Git' 카테고리의 글 목록