콘텐츠로 이동

30. Commit, Push로 레포지토리 업데이트

Video

준비 중

Note

명령어 기반 Commit, Push

  1. Commit

    • 로컬 레포지토리 (github codespaces)에 변경 사항 업데이트
      git commit -m "commit message"
      
  2. Push

    • 원격 레포지토리 (github repository)에 변경 사항 업데이트
      git push
      

Resources