Git

Git

[Git] IntelliJ에서 생성한 프로젝트 깃에 올리기

1. Repository 생성하기 Repository name : 리포지토리 이름 Description : 리포지토리 설명 public/private : 공개/비공개 여부 Initialize this repository with add a README file : 리포지토리 생성시 README 파일 생성 여부 README 부분을 체크하지 않으면 위와 같은 창이 뜨는 것을 확인할 수 있다. 파란색 박스로 되어있는 부분을 복사해놓도록 하자. 2. IntelliJ에서 프로젝트 생성한 후 터미널 열기 3. 터미널에서 아래의 명령어 입력하기 - 깃 저장소를 로컬 저장소로 초기화한다. git init - 원격 저장소 remote를 생성하고 GitHub에서 생성한 Repository를 연동한다. git remote ..

Git

[Git] Git 설치하기

Git - Downloading Package (git-scm.com) Git - Downloading Package Download for Windows Click here to download the latest (2.42.0) 32-bit version of Git for Windows. This is the most recent maintained build. It was released about 2 months ago, on 2023-08-30. Other Git for Windows downloads Standalone Installer 32-bit Git git-scm.com 위의 사이트에서 자신의 컴퓨터에 맞게 설치를 하도록 한다. (Click here to download 클릭) Git..

아민_
'Git' 카테고리의 글 목록