2010년 9월 14일 화요일

git??

GIT 3가지 command만 알자.
  • git add . (or file명)
  • git commit -m "comment"
  • git push
git로 받은 source copy는 rsync로..
  • rsync -avz --exclude=".git*" ./source/ ./target

댓글 없음:

댓글 쓰기