git-gui: Allow forced push into remote repository
authorShawn O. Pearce <spearce@spearce.org>
Tue, 2 Oct 2007 16:52:22 +0000 (12:52 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 3 Oct 2007 04:21:50 +0000 (00:21 -0400)
Some workflows allow the user to forcefully update a remote branch,
such as in a "proposed updates" (aka "pu") branch where the branch
is rewound and rebuilt on a daily basis against the current master
branch. In such a case the "--force" or leading + must be used to
make git-push execute anyway, even though it may be discarding one
or more commits on the remote side.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
No differences found