X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=git-push.txt;h=a0ef61dafae3e105751e40765c0cfaf79d90bc8f;hb=560a1f6414df207911062a54e3f8a6c0f0721195;hp=365cfd4105870892306b6376de768b2f0d4b97a3;hpb=fb56a964f2f60e657c136ccbf316f127d6d21c36;p=git.git diff --git a/git-push.txt b/git-push.txt index 365cfd41..a0ef61da 100644 --- a/git-push.txt +++ b/git-push.txt @@ -35,10 +35,10 @@ include::pull-fetch-param.txt[] line. -f, \--force:: - Usually, the command refuses to update a local ref that is - not an ancestor of the remote ref used to overwrite it. - This flag disables the check. What this means is that the - local repository can lose commits; use it with care. + Usually, the command refuses to update a remote ref that is + not a descendent of the local ref used to overwrite it. + This flag disables the check. This can cause the + remote repository to lose commits; use it with care. Author