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 reflog // 모든 커밋의 기록 확인 git reset --hard HEAD@{1} // HEAD@{1} 으로 롤백
1. 덮어 쓸 branch로 이동(checkout) 2. git merge --strategy=ours main 3. git checkout main 4. git merge --no-ff <덮어쓸 branch명>
https://mparchive.tistory.com/173
The text was updated successfully, but these errors were encountered:
No branches or pull requests
AWS EC2 인스턴스 생성 및 설정
Git 충돌, 삽질
Git pull 받은 내역 롤백(복구)
Git main브랜치에 다른 브랜치 덮어쓰기
https://mparchive.tistory.com/173
The text was updated successfully, but these errors were encountered: