Git-Guide
Git-Guide copied to clipboard
No need to use --force push while resolving merge conflict.
In the last point of Fixing PR when other changes get Merged leading to Conflicts
, --force
option is being used unnecessarily.
This can be removed. @chhavip should I send a PR for this?