Repository Naming

▶ (만들고자하는 서비스/앱의 이름 혹은 목적, 공부하는 언어이름)-(backend-website/ frondend-website)

  • text-processor
  • blog-website
  • react-shopping-cart

 

명령어 사용할 때

git add  <파일명들> 전/후  ▶ git status 를 이용해서 무엇이 추가되었는지 혹은 추가가 필요한지 확인

git commit -m <message> 후 ▶  git log 로 메세지 내용확인 ( vim 이므로 나올때 q 입력)

git remote ... 후  ▶ git remote -v 로 remote 주소 확인 

'프로그래밍 > Git & GitHub' 카테고리의 다른 글

git add  (0) 2023.07.30
git Commit Convention  (0) 2023.07.22
.gitignore 작성  (0) 2023.07.18
git push 에러발생  (0) 2023.07.14
git repository 이름 바꾼 후 문제  (0) 2023.07.14

+ Recent posts