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
git add {추가할 파일명} git commit --amend
git commit --amend --no-edit 명령어는 커밋 메시지를 변경하고 싶지 않은 경우 사용할 수 있다.
git commit --amend --no-edit
git rebase -i {커밋의 해쉬값}
The text was updated successfully, but these errors were encountered:
hoo00nn
No branches or pull requests
문제발생
해결방법
git commit --amend --no-edit
명령어는 커밋 메시지를 변경하고 싶지 않은 경우 사용할 수 있다.심화 (이전 커밋이 아닌 특정 커밋이라면?)
git rebase -i {커밋의 해쉬값}
명령어 이용The text was updated successfully, but these errors were encountered: