From planning to production, bring teams together in one application. Ship secure code more efficiently to deliver value faster.
Transmit the given string to the server when communicating using protocol version 2. The given string must not contain a NUL or LF character. The server’s handling of server options, including unknown ones, is server-specific. When multiple--server-option=are given, they are all sent to the...
behavior in which it accepts a list of explicit module names. This enables a workflow of activating only specific submodules that are needed for work on the repository. This can be helpful if there are many submodules in a repo but they don't all need to be fetched for work you are ...
a feature git learned in 1.7.3. Notice that the result of a merge will not be checked out in the submodule, "git submodule update" has to be called afterwards to bring the
See "pull.rebase" for doing this in a non branch-specific manner. When merges (or just m), pass the --rebase-merges option to git rebase so that the local merge commits are included in the rebase (see git-rebase[1] for details). When the value is interactive (or just i), the ...
git pull[options][<repository>[<refspec>…]] 描述 将远程存储库中的更改合并到当前分支中。在其默认模式下,git pull是git fetch后面的简写git merge FETCH_HEAD。 更确切地说,使用给定的参数git pull运行git fetch并调用git merge将检索到的分支头合并到当前分支中。与--rebase,它运行,git rebase而不是...
--recurse-submodules:递归地克隆子模块。 --jobs <n>:指定并发克隆的作业数。 全部选项 -l, --local 当要克隆的仓库位于本地机器上时,此选项绕过正常的"Git aware"传输机制,并通过复制HEAD和objects以及refs目录下的所有内容来克隆仓库。.git/objects/目录下的文件在可能的情况下采用硬链接以节省空间。 如果将...
variables:GIT_SUBMODULE_DEPTH:1 You can filter or exclude specific submodules to control which submodules are synchronized usingGIT_SUBMODULE_PATHS. YAMLCopy to clipboard variables:GIT_SUBMODULE_PATHS:submoduleA submoduleB You can provide additional flags to control advanced checkout behavior usingGIT_...
git-submodule.sh git-submodule.sh: rename some variables Dec 11, 2024 git-svn.perl Makefile: consistently use @Placeholder@ to substitute Dec 7, 2024 git-web--browse.sh git-web--browse.sh: use the $( ... ) construct for command substitution Apr 24, 2014 ...
git_submodules_update_repos.sh - updates submodules for all repos given as args or saved in the setup/repos.txt file git_askpass.sh - credential helper script to use environment variables for git authentication github/*.sh - GitHub API / CLI scripts: github_api.sh - queries the GitHub ...