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 |
Tags
- Linux
- html
- mysql
- python
- while
- data structure
- system
- Java
- Pipelining
- DS
- javascript
- for
- MIPS
- DoM
- architecture
- function
- DATAPATH
- web
- github
- Class
- php
- Algorithm
- CSS
- DB
- instruction
- react
- control
- MacOS
- computer
- XML
Archives
- Today
- Total
YYYEJI
[Git] MacOS에서 git 개발환경 초기설정 본문
728x90
↓↓↓ 개발환경을 설정하기 전에 git을 설치해주세요 ↓↓↓
https://yyyeji.tistory.com/43?category=1293689
[Git] 맥(macOS)에서 git 설치하기
Git 설치를 시작해볼까요 ? ↓↓↓ 아래 링크로 들어가주세요 ↓↓↓ https://git-scm.com/ Git git-scm.com git을 설치하기 위해서는 brew를 먼저 설치해야 합니다. 아래 링크로 들어가서 설치를 해주세요 ! h
yyyeji.tistory.com
Git 초기 설정을 위해 Terminal에 접속해서 아래 명령어를 입력해주세요.
사용자 이름 설정
$ git config --global user.name "yourname"
사용자 이메일 설정
$ git config --global user.email "you@example.com"
설정 확인
$ git config --list
◡̈
'Github' 카테고리의 다른 글
[github] Collaborator 초대받은 repository 확인하는 방법 (0) | 2023.01.05 |
---|---|
[Github] Collaborator 추가하기 (0) | 2022.12.09 |
[Git] Octotree란 ? (0) | 2022.09.02 |
[Git] gitignore 파일 자동으로 만들기 (0) | 2022.09.02 |
[Git] 맥(macOS)에서 git 설치하기 (0) | 2022.08.04 |