Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 580 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 580 Bytes

Git Workflow 연습

이 repository는 여러분들이 git을 연습하는 용도로 만들어져있습니다.

TODO

  1. 이 repository를 fork 해보세요.
  2. fork한 repository를 내 컴퓨터로 clone하세요.
  3. index.html 파일을 요구사항에 맞게 변경한 후 commit하세요.
  4. deleteme.txt 파일을 삭제한 후 commit하세요.
  5. 다음 내용의 hello.txt 파일을 추가한 후 commit하세요.
I have just added new file!
  1. local repository의 모든 변경사항을 push한 후, pull request 기능을 이용해 제출하세요.