https://git-scm.com/downloads/win

 

Git - Downloading Package

Download for Windows Click here to download the latest (2.51.0(2)) x64 version of Git for Windows. This is the most recent maintained build. It was released on 2025-09-29. Other Git for Windows downloads Standalone Installer Git for Windows/x64 Setup. Git

git-scm.com


Git Bash를 항상 관리자 권한으로 실행

 

  • “Git Bash” 아이콘 우클릭 → “속성”
  • “호환성” 탭 → “관리자 권한으로 이 프로그램 실행” 체크

 


bash에서 cd/c/..파일 경로를 통해 들어가기

cd /c/Java_ljr

 

다음 단계 (GitHub 연결)

git init
git remote add origin https://github.com/jeongryuni/Study_Java.git
git add .
git commit -m "first commit"
git branch -M main
git push -u origin main

 

 

gitignore생성

https://www.toptal.com/developers/gitignore

 

gitignore.io

Create useful .gitignore files for your project

www.toptal.com

.gitignore

+ Recent posts