File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -916,6 +916,15 @@ The settings that are used by Git are stored in the configuration files of Git.
916
916
Controls whether branch name should be automatically normalised as per git branch
917
917
naming rules. If enabled, any illegal symbols will be replaced with the replacement symbol of your choice.
918
918
919
+ .. settingsgroup :: Commit
920
+
921
+ .. setting :: Push forced with lease when Commit & Push action is performed with Amend option checked
922
+
923
+ In the Commit dialog, users can commit and push changes with one click. However, if changes are meant to amend
924
+ an already pushed commit, a standard push action will be rejected by the remote server. If this option is
925
+ enabled, a push action with ``--force-with-lease `` switch will be performed instead. The ``--force-with-lease ``
926
+ switch will be added only when the ``Amend `` option is checked.
927
+
919
928
.. settingspage :: Confirmations
920
929
921
930
This page allows you to turn off certain confirmation popup windows.
You can’t perform that action at this time.
0 commit comments