Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 175 Bytes

git-force-push-detection.md

File metadata and controls

19 lines (13 loc) · 175 Bytes

Detecting force pushes

Reflog events

git reflog

Reflog of specific branch

git reflog origin/main

Checking for dangling objects

git fsck --full