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
절대 좋은 방법이 아니지만 급할때 사용하려고 기록하게 되었다. 특히, 협업하는 경우 다른 사람이 pull 해갔다면 큰일날 수 있으니 급할때 / 혼자일때 신중하게 사용할것! 최고의 방법은 push 하기 전에 꼼꼼히 확인할 것😭
git log
git reset HEAD~N
~1이면 최근 내역 1개, ~2면 내역 2개 삭제
git push -f origin 브랜치명
Ref
The text was updated successfully, but these errors were encountered:
No branches or pull requests
절대 좋은 방법이 아니지만 급할때 사용하려고 기록하게 되었다.
특히, 협업하는 경우 다른 사람이 pull 해갔다면 큰일날 수 있으니 급할때 / 혼자일때 신중하게 사용할것!
최고의 방법은 push 하기 전에 꼼꼼히 확인할 것😭
1. 커밋 내역 확인
2. 커밋 내역 삭제
~1이면 최근 내역 1개, ~2면 내역 2개 삭제
3. 잘 삭제되었는지 확인
4. 원격 저장소에 커밋 내역 push (force)
Ref
The text was updated successfully, but these errors were encountered: