git

nikevapormax·2022년 6월 20일
0

TIL

목록 보기
54/116

git이 먹통일 때

  1. ls -al
  2. .git 찾기
  3. .git 이 있으면 rm -r -f .git
  4. 다시 올리기

git master -> main

git branch -m master main
git push -u origin main

또는

git branch -M main
profile
https://github.com/nikevapormax

0개의 댓글