cursor 설치하기
cmd 창 열고 사용자 정보를 등록한다
git config --global user.name "username"
git config --global user.email "email@gmail.com"
GitHub 가입
GitHub · Build and ship software on a single, collaborative platform
Join the world's most widely adopted, AI-powered developer platform where millions of developers, businesses, and the largest open source community build software that advances humanity.
github.com
폴더 생성
workspace 생성
cmd 명령어
mkdir my-analysis
cd my-analysis
git init
coursor .
Cursor - The AI Code Editor
Built to make you extraordinarily productive, Cursor is the best way to code with AI.
www.cursor.com
필요한 확장 프로그램 다운로드하기
한국어
도커
마크다운
깃 설치
깃 연동
터미널 창
- ctrl + j
powershell 없애기 (commend 창으로 변경하기)
컨트롤 + , > 설정 창
커밋
메세지에 커밋 글 작성하고 커밋 누르기
repository 만들기
터미널에 명령어 입력하기
C:\workspace\my-analysis>git remote add origin https://github.com/hyunol7/my-analysis.git
C:\workspace\my-analysis>git branch -M main
C:\workspace\my-analysis>git push -u origin main
파일 들어간 거 확인하기
-는 삭제한 것
+ 는 수정한 것