Version 생성


<aside> <img src="/icons/sign-in_lightgray.svg" alt="/icons/sign-in_lightgray.svg" width="40px" />

방법


  1. mkdir “” → 작업 할 디렉토리 생성
  2. cd “” → 해당 디렉토리로 접속
  3. git init → git 작업 선언
  4. vi hello.txt
  5. git status → hello.txt 확인 가능
  6. git add hello.txt
  7. git commit -, “work 1”
  8. git log