79444352

Date: 2025-02-17 03:48:22
Score: 1.5
Natty:
Report link

Consider disabling the push operation?

git remote set-url --push origin non-existent_path

Make push point to a non-existent path so that it fails every time it is push

At this point, git fetch will still work, but git push will fail.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: LaiFQZzr