How to use git kraken to force push

I am using git kraken client gui and I need to force push to a repository. It would be very grateful if someone can guide me on the steps to force-push to git kraken.

+3


source to share


1 answer


As @Viktor Seč pointed out: When you hit push and GitKraken detects that fast forward refresh is not possible, this allows you to decide if you want to pull (i.e. merge) changes from the upstream or perform a force push:

GitKraken Pull or Force Push



If not shown, then no forced press is required and a normal fast update can be performed.

+8


source







All Articles