반응형

https://www.trae.ai/

 

Trae - Ship Faster with Trae

Trae is an adaptive AI IDE that transforms how you work, collaborating with you to run faster.

www.trae.ai

 

내가 이래서 머리카락이 점점 없어지나 ㅠㅠ

반응형
반응형

cursor 에서 깃 연결 하는데 간만에 하는거라 헤맴

 

git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin your-github-repo-url
git push -u origin main

git remote add origin 이부분은 

연결해야할 브런치명 이랑 내가 방금 생성한 깃 url 연결하면 됨

 

git remote add origin https://github.com/behong/250312.git

 

git push  도  같음

 

git push -u 로컬브런치명  깃허브 브런치명

git push -u  origin master

반응형

+ Recent posts