Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 프로그래머스
- A Very Big Sum
- nodejs
- git
- Time Conversion
- Ellectronics Shop
- 짝수와 홀수
- Javascript
- #nodejs#노드js
- 노드
- 자료구조
- alogrithim
- Algorithm
- Data Structure
- Grading Students
- 자바스크립트
- algorithim
- javascirpt
- Breaking the Records
- 생활코딩
- Migratory Birds
- Sock Merchant
- 알고리즘
- hackerrank
- Birthday Chocolate
- Between Two Sets
- Drawing Book
- Apple and Orange
- Divisible Sum Pairs
- #nodejs#express
Archives
- Today
- Total
ian의 개발일기장
2. 설치 본문
1. 다운로드
https://git-scm.com/downloads
링크로 들어가서 OS에 맞게 다운받아서 설정하거나, Git 공식문서를 보고 설치해도 좋다.
2. Mac
Mac은 xcode를 받으면, git이 자동으로 설치되어 있다. 아니면 homebrew를 이용해서 설치를 하자.
Mac에 homebrew가 설치되어 있다면, 터미널에 brew install git을 입력해주면 된다.
출처 - 생활코딩
'Front-End > Git' 카테고리의 다른 글
5. 버전 만들기 (commit) (0) | 2018.11.09 |
---|---|
4. git이 관리할 대상으로 파일 등록 (0) | 2018.11.08 |
3. 저장소 만들기 (0) | 2018.11.06 |
1. Git (0) | 2018.11.06 |