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
- CSS
- javascript
- system
- github
- MacOS
- Pipelining
- DATAPATH
- instruction
- function
- DoM
- while
- react
- XML
- architecture
- DS
- python
- control
- mysql
- DB
- html
- computer
- Algorithm
- for
- php
- Linux
- Java
- data structure
- web
- MIPS
- Class
Archives
- Today
- Total
YYYEJI
[Git] MacOS에서 git 개발환경 초기설정 본문
728x90
↓↓↓ 개발환경을 설정하기 전에 git을 설치해주세요 ↓↓↓
https://yyyeji.tistory.com/43?category=1293689
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 |