๐ท 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
- ์ค์นํ์ผ์ ๋ค์ด
- install ์งํ
๐ถ git bash

- git bash ์ด๊ธฐ
git config --global user.name "์ด๋ฆ"
git config --global user.email "์ด๋ฉ์ผ์ฃผ์"
- ์์ ๋ช ๋ น์ด๋ค์ ์ฌ์ฉํด ์ด๋ฆ๊ณผ ์ด๋ฉ์ผ์ฃผ์ ์ธํ
git config --list
- ์์ ๋ช ๋ น์ด๋ฅผ ํตํด ์ด๋ฆ๊ณผ ์ด๋ฉ์ผ์ด ์ ๋๋ก ์ค์ ๋๋์ง ํ์ธ
๐ท Git LFS ์ค์น
Git Large File Storage
Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.
git-lfs.github.com
๐ท Github
GitHub: Where the world builds software
GitHub is where over 65 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat...
github.com
- ํ์๊ฐ์
'Git' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
05. Git - add, commit, push ๊ฐ๋ (0) | 2021.09.08 |
---|---|
04. commit --amend (0) | 2021.09.06 |
Vim ๋ช ๋ น์ด - ์ต์ํ (0) | 2021.08.27 |
03. Git - Alias (0) | 2021.08.26 |
02. Git repository ๋ง๋ค๊ธฐ (1) | 2021.08.08 |