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
- 자료구조
- Ellectronics Shop
- 짝수와 홀수
- Grading Students
- Sock Merchant
- Divisible Sum Pairs
- Breaking the Records
- hackerrank
- 알고리즘
- algorithim
- Birthday Chocolate
- 프로그래머스
- Migratory Birds
- 생활코딩
- nodejs
- Apple and Orange
- Data Structure
- 노드
- Javascript
- Between Two Sets
- javascirpt
- Time Conversion
- Drawing Book
- alogrithim
- Algorithm
- #nodejs#express
- #nodejs#노드js
- git
- 자바스크립트
- A Very Big Sum
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 |