diff --git a/git-force b/git-force index a7af5a6..7a75f11 100755 --- a/git-force +++ b/git-force @@ -94,8 +94,8 @@ echo "" echo "remote:" git show -s "$PRETTY" "$REMOTE_HASH" echo "" -echo "remote:" -git show -s "$PRETTY" "$REMOTE_HASH" +echo "local:" +git show -s "$PRETTY" "$LOCAL_HASH" else echo "The following commits will be OVERWRITTEN:" git log "$PRETTY" "$FORK_POINT..$REMOTE_HASH"