Git - Add commands to the editor title to accept/discard commit message (#153692)

Add commands to the editor title to accept/discard commit message
This commit is contained in:
Ladislau Szomoru
2022-06-29 16:00:09 +02:00
committed by GitHub
parent 6d4dae4873
commit 8045df1b94
3 changed files with 77 additions and 0 deletions

View File

@@ -46,6 +46,8 @@
"command.commitAllNoVerify": "Commit All (No Verify)",
"command.commitAllSignedNoVerify": "Commit All (Signed Off, No Verify)",
"command.commitAllAmendNoVerify": "Commit All (Amend, No Verify)",
"command.commitMessageAccept": "Accept Commit Message",
"command.commitMessageDiscard": "Discard Commit Message",
"command.restoreCommitTemplate": "Restore Commit Template",
"command.undoCommit": "Undo Last Commit",
"command.checkout": "Checkout to...",