-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update from e95aba to 5026c45 #81
Conversation
내용이 좀 많네요 ㅎㅎ 보겠습니다. |
보기 시작했습니다. |
주말에 좀 볼께요. 본다고 해놓고 ㅠㅜ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
제가 보기엔 거의 고칠게 없었어요. 영문 변경사항이 이미 한글에 적용된게 많네요 ㅎㅎ 역시 한글 번역이 잘된거 같아요.
===== | ||
////////////////////////// | ||
===== | ||
`git reset` 명령을 `--hard` 옵션과 함께 사용하면 워킹 디렉토리의 파일까지 수정돼서 조심해야 한다. `--hard` 옵션만 사용하지 않는다면 `git reset` 명령은 Staging Area의 파일만 조작하기 때문에 위험하지 않다. | ||
`git reset` 명령은 매우 위험하다. `--hard` 옵션과 함께 사용하면 더욱 위험하다. 하지만, 위에서 처럼 옵션 없이 사용하면 워킹 디렉토리의 파일은 건드리지 않는다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
하지만,
하지만
콤마 빠져도 되지 않을까요
의견 감사합니다. 그리고, |
- ussername => 사용자이름(O) 아이디(X) ID(X) - user name => 사용자 이름(O) - password => 암호(O) 비밀번호(X) 패스워드(X)
3045e9c
to
af35e13
Compare
update from e95aba to 5026c45