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 f475c7f commit 293b44aCopy full SHA for 293b44a
git-extra/git-sdk.sh
@@ -26,12 +26,13 @@ sdk () {
26
The 'sdk' shell function helps you to get up and running
27
with the Git for Windows SDK. The available subcommands are:
28
29
- create-desktop-icon: install a desktop icon that starts the GfW SDK shell.
+ create-desktop-icon: install a desktop icon that starts the Git for
30
+ Windows SDK Bash.
31
- init <repo>: initialize and/or update a development repo. Known repos
32
+ init <project>: initialize and/or update a worktree. Known projects
33
are: build-extra, git, MINGW-packages, MSYS2-packages.
34
- build: builds one of the following: git, git-and-installer.
35
+ build <project>: builds one of the following: git, git-and-installer.
36
EOF
37
;;
38
welcome)
0 commit comments