-
[git] git bash 설치Git 2024. 4. 23. 13:15
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
사이트에 접속해서 OS에 맞게 다운로드를 한다.
Standalone Installer과 Portable 두 가지가 있다.
Standalone : 실행파일을 다운
Portable : 무설치 버전 파일. 즉, exe파일이 아닌 7z 압축파일이 설치된다.
깃 설치
https://sfida.tistory.com/46[Git] Git Download 깃 설치하기 : 초보자를 위한 상세 가이드
안녕하세요 :) 오늘은 깃(Git) 설치하는 방법에 대해 알아보도록 하겠습니다. 1. Git 파일 다운로드 https://git-scm.com/downloads Git - Downloads Downloads macOS Windows Linux/Unix Older releases are available and the Git source
sfida.tistory.com
2. Git Bash 사용
Git을 사용하고자 하는 폴더에 들어가 오른쪽 마우스를 클릭합니다.
Git Bash Here을 클릭하면 해당 폴더에서 Git을 실행할 수 있다.
'Git' 카테고리의 다른 글
[git] git bash 활용하기 (0) 2024.04.23