git-force/README.md

3 lines
278 B
Markdown
Raw Permalink Normal View History

2021-08-17 08:41:13 +00:00
# git-force
2021-08-17 09:43:30 +00:00
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.