1. git?

  2. init

    1. git init

    2. git clone

  3. git add

  4. git commit

  5. remote

    1. git fetch

    2. git push

    3. git pull

      1. git rebase

  6. rollback

    1. git reset

    2. git revert

    3. revert vs reset

  7. Precautions

    1. git push --force

  8. work

    1. git을 통해 어떻게 개발이 이뤄지는가?

      1. git flow

    2. git을 통해 어떻게 협업이 되고있는가?

      1. github enterprise

    3. git을 어떻게 활용하는가? https://blog.outsider.ne.kr/849