728x90

vscode

 

git init

git add ~~

+ 버튼 눌러서 all commit

( git remote rm origin )

commit message 남기기 / git commit -m "first commit"

git branch -m main

get remote -v (확인)

git remote add origin "repo 복사"

git push origin main

git push origin main --force

 

 

rm -rf .git 

 

 

 

git rebase --continue

+ Recent posts