Utility to display what will change after a force push.
Go to file
Semisol 0cde236937
remove bashisms
2021-08-21 11:29:54 +03:00
.gitignore Initial commit 2021-08-17 10:41:13 +02:00
LICENSE Initial commit 2021-08-17 10:41:13 +02:00
README.md Add the script and reword README 2021-08-17 12:46:43 +03:00
git-force remove bashisms 2021-08-21 11:29:54 +03:00

README.md

git-force

A small utility to display what commits will be dropped and which will be added, and attempts to prevent overwrites with --force-with-lease from programs that repeadetly git fetch, and double checks remote and local to error out if any changed after confirming.