We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b4da1 commit 5988da3Copy full SHA for 5988da3
doc/nvim-tinygit.txt
@@ -1,4 +1,4 @@
1
-*nvim-tinygit.txt* For Neovim Last change: 2025 May 13
+*nvim-tinygit.txt* For Neovim Last change: 2025 May 19
2
3
==============================================================================
4
Table of Contents *nvim-tinygit-table-of-contents*
@@ -346,7 +346,7 @@ PUSH & PRS ~
346
forceWithLease = false,
347
createGitHubPr = false,
348
}
349
- require("tinygit").createGitHubPr()
+ require("tinygit").createGitHubPr() -- to push before, use `.push { createGitHubPr = true }`
350
<
351
352
0 commit comments