Add force option --force-with-lease

177 votes

Git push --force overwrites a remote branch with your local branch.

Git push --force-with-lease is a safer option that will not overwrite any work on the remote branch if more commits were added to the remote branch (by another team-member or coworker or what have you). It ensures you do not overwrite someone elses work by force pushing.

As a user, I want GitKraken to support using --force-with-lease with a checkbox.

Done Suggested by: jeremy simmons Upvoted: 20 Mar Comments: 13

Comments: 13