Git 시작

Git 처음 시작
Dec 12, 2023
Git 시작
 

1. InteliJ 프로젝트 생성

프로젝트 명 : study
Local을 Git Bash 로 설정 한 후 진행
 

2. 사용자 등록

git config --global user.email "marinas2575@naver.com" // 사용자 이메일 입력
사용자 이메일과 git hub 계정 이메일이 같아야 잔디 심어짐!
git config --global user.name "Pakchan" // 사용자 이름 입력
 

3. git 시작 하여 저장

git init git add . git commit -m "Project init"
 

4. 저장 확인

git log
notion image
밑줄친 부분 이해하기 위해 Hash를 알아야함.
해쉬 Hash
해쉬 Hash
 
Share article
RSSPowered by inblog