We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A기능, B기능
git add -p {파일명}
해당 명령어를 사용하게되면 자동으로 변경된 코드라인을 hunk 단위로 보여주고, 해당 hunk에 대해 Stage, Skip 등의 action을 취할 수 있다. (hunk는 Stage될 수 있는 파일 조각 단위)
또한, 이 hunk 단위가 마음에 들지 않고 직접 라인을 지정할 수 있도록 여러가지 옵션도 제공한다. 아래는 옵션에 대한 설명이다.
자주 사용되는 명령어는 y, n, q, s, e 이다.
The text was updated successfully, but these errors were encountered:
정리가 간단 명료하게 잘 되어 있어서 참고하고 갑니다. 감사합니다~
Sorry, something went wrong.
잘보고 갑니다. 감사합니다. :)
hoo00nn
No branches or pull requests
문제 발생
A기능, B기능
을 모두 구현한 후에 커밋을 하게됐다.A기능, B기능
모두 한 파일에 작성 되어있다.방법
git add -p {파일명}
명령어를 이용해당 명령어를 사용하게되면 자동으로 변경된 코드라인을 hunk 단위로 보여주고, 해당 hunk에 대해 Stage, Skip 등의 action을 취할 수 있다. (hunk는 Stage될 수 있는 파일 조각 단위)
또한, 이 hunk 단위가 마음에 들지 않고 직접 라인을 지정할 수 있도록 여러가지 옵션도 제공한다. 아래는 옵션에 대한 설명이다.
자주 사용되는 명령어는 y, n, q, s, e 이다.
The text was updated successfully, but these errors were encountered: