Git
git 에 관련된 설명은 나무위키에 자세히 설명되어 있기 때문에 링크로 대체합니다.
Git
깃 (Git)은 리누스 토르발스 가 개발한 분산형 버전 관리 시스템 (VCS)이다. 상세 오픈소스계의 영원한 아
namu.wiki
Git 다운로드
git 의 윈도우 버젼은 아래 링크에서 다운로드 가능합니다.
https://git-scm.com/downloads/win
Git - Downloading Package
Download for Windows Click here to download the latest (2.47.0) 64-bit version of Git for Windows. This is the most recent maintained build. It was released on 2024-10-08. Other Git for Windows downloads Standalone Installer 32-bit Git for Windows Setup. 6
git-scm.com
설치 과정에 여러가지 옵션이 존재하지만 기본옵션으로 설치하셔도 무방합니다.
Git LFS (Large File Storage)
명령프롬프트에서 아래 명령을 입력합니다.
git lfs install
만약 lfs 서버의 경로를 바뀌야하는 경우 아래와 같이 하면됩니다.
git config --global lfs.url 서버이름
Git GUI Client
많은 Git GUI 클라이언트가 존재하지만 돈없는 개인 개발자 입장에서 쓴 내용입니다.
TortoiseGit
원래 SVN 시절부터 쓰던 툴인데 설치시 기능이 탐색기와 병합됩니다. 그로인해 탐색기가 무거워져 쓰지 않습니다.
https://tortoisegit.org/download/
Download – TortoiseGit – Windows Shell Interface to Git
Other resources Debug symbols, language dlls and other resources can be found on our dedicated download server: download.tortoisegit.org/tgit/2.16.0.0/. Preview releases The preview releases are built from the latest code that represents the cutting edge o
tortoisegit.org
SourceTree
크로스플랫폼을 지원하는 툴을 찾다가 설치하여 사용하였습니다.
프로젝트 중간 커밋하던 중에 강제종료 되는 일을 몇번 겪고나니 다른 툴로 바꾸게 되었습니다.
Sourcetree | Free Git GUI for Mac and Windows
A Git GUI that offers a visual representation of your repositories. Sourcetree is a free Git client for Windows and Mac.
www.sourcetreeapp.com
Github Desktop
크로스플랫폼을 지원해서 설치했는데 이유가 딱히 생각나지는 않지만 설치했다가 바로지웠던거 같네요.
Installing GitHub Desktop - GitHub Docs
Download GitHub Desktop You can install GitHub Desktop on supported operating systems, which currently include macOS 10.15 or later and Windows 10 64-bit or later. If you have an account on GitHub or GitHub Enterprise, you can connect your account to GitHu
docs.github.com
GitKraken
회사에서 구독을 지원해줘서 사용하였는데, 개인이 쓰기엔 아무래도 비용 부분때문에 현재 쓰지 않습니다.
GitKraken Legendary Git Tools | GitKraken
Meet GitKraken, the creator of legendary Git tools for developers and teams - like the GitKraken Desktop, with Git GUI and CLI, Git Integration for Jira, and GitLens for VS Code.
www.gitkraken.com
Fork
유료지만 무료로도 사용가능하고 제가 사용하는 범위내에서 무료버젼으로 충분해서 정착해 사용중입니다.
Fork - a fast and friendly git client for Mac and Windows
Fork - a fast and friendly git client for Mac and Windows
fork.dev
'개발 > 개발환경' 카테고리의 다른 글
[Windows] 개발 환경 구성: Visual Studio (0) | 2024.10.10 |
---|---|
[Windows] 개발 환경 구성: Python (0) | 2024.10.10 |
[Windows] 개발 환경 구성: node.js - nvm-windows (0) | 2024.10.10 |
[Windows] 개발 환경 구성: Power Shell / oh-my-posh 테마 powerlevel10k 설정 (0) | 2024.10.09 |
[Windows] 개발 환경 구성: Windows Terminal (0) | 2024.10.09 |