Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- scala
- flex3
- 책이야기
- node.js web framework
- 주식이야기
- 명사 추출기
- php thumbnail
- rss
- C/C++
- ajax
- express for node.js
- 도커
- 베트남어
- php
- Cross
- iBatis
- 명사 뽑아내기
- 스킨 스쿠버
- Eclipse
- 나의 프로젝트
- ejb
- nodejs express
- ror실행
- Lift
- docker
- 나의 취미
- Node.js
- 메일왕창보내는법
- 명사 분석기
- 디즈니씨
Archives
- Today
- Total
목록Git (1)
nkdk의 세상
git 명령어 정리
이번에는 git 명령어나 정리해 볼까 ㅎ Git command git config --global user.name "nkjason" git config --global user.email jajapan@gmail.com git init git생성 git remote add remote1 git remote add remote1 /home/yosnoop/work/git/tokubuy/.git git fetch remote1 git pull --no-ff --log remote1 master git pull --no-ff remote1 master git diff git reset --hard git pull --no-ff remote1 master git diff git mergetool git diff..
My Programing/Version Control
2010. 11. 19. 19:32