Skip to content
Dongwook Lee edited this page Jun 3, 2013 · 3 revisions

2012-12-31

  • 진행 요약
    • git 의 기본 개념
  • 명령어 정리
    • git init
    • git status
    • git add
      • git internal: object가 생성됨
      • git add만 하고 commit 을 하지 않으면?
        • 참조되지 않은 object가 될것임
    • git commit
      • git commit -m
      • git commit -am
      • git commit --amend -C HEAD
    • git clone
    • git log
    • git pull
  • 과제
    • pro.git 1-2장
    • bitbucket.org: jspatterns clone하기
    • git 명령어에 익숙해지기
      • pull 등을 직접해보기

practice

  1. 파일 이름 바꾸기
    • blob은 그대로지만 tree, commit ...
    • 파일 이름 변경 > 다른 작업 > 잘못된 이름으로 커밋 순서인 경우
      • 다른 작업 > 파일 이름 변경 > 잘못된 이름 순서로 변경
Clone this wiki locally