반응형
1. git 다운로드
Git - Downloads
Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific exp
git-scm.com
2. git 최초 설정
$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
Git - Git 최초 설정
Vim과 Emacs, Notepad++은 꽤 인기 있는 편집기로 개발자들이 즐겨 사용한다. Mac이나 Linux 같은 Unix 시스템, Windows 시스템에서 사용 가능하다. 여기서 소개하는 편집기들이 불편해서 다른 편집기를 사
git-scm.com
반응형
'Git' 카테고리의 다른 글
[Git] github push error: RPC failed; result=22, HTTP code = 408 (0) | 2023.06.08 |
---|---|
[Git] git commit 파일 내용 검색 (feat. git grep / log -G) (0) | 2023.01.09 |
[Git] old mode new mode (0) | 2021.09.27 |
[Git] remote (0) | 2021.08.10 |
[Git] git 기초 참고 사이트 (0) | 2021.04.06 |