These environment variables will override values in configuration files, but will be overridden by any explicit options passed via git -c. This is useful for cases where you want to spawn multiple git commands with a common configuration but cannot depend on a configuration file, for example ...
If provided, specifies the exact commit ids of the commits to fetch. May not be combined with other parameters. TypeScript Copy ids: string[] Property Value string[] includeLinks Whether to include the _links field on the shallow references TypeScript Copy includeLinks: boolean Property Value...
Once tracking a Subversion repository (with any of the above methods), the Git repository can be updated from Subversion by thefetchcommand and Subversion updated from Git by thedcommitcommand. COMMANDS init Initializes an empty Git repository with additional metadata directories forgit svn. The Sub...
Git updates the metadata there as the status of the working tree changes to keep track of what's changed in your files. This directory is hands-off for you, but it's incredibly important to Git. Get help from Git Git, like most command-line tools, has a built-in help function that ...
You didn't run git fetch upstreamvcs and so, didn't get latest commits and tags in your repository metadata. Upstream has changed the tagging pattern (and so, debian/gbp.conf needs to be updated to match it) Upstream is using an inconsistent release pattern (and so, debian/gbp.conf ...
strcmp(cmd, "-C")) { if (*argc < 2) { fprintf(stderr, _("no directory given for '%s' option\n" ), "-C"); usage(git_usage_string); } if ((*argv)[1][0]) { if (chdir((*argv)[1])) die_errno("cannot change to '%s'", (*argv)[1]); if (envchanged) *envchanged...
pushAlreadyExists Shown when git-push(1) rejects an update that does not qualify for fast-forwarding (e.g., a tag.) pushFetchFirst Shown when git-push(1) rejects an update that tries to overwrite a remote ref that points at an object we do not have. pushNeedsForce Shown when git-...
Refetch ReformatSelection Refresh RefreshPhoneUI RefreshScript RegistersWindow RegistrationScript Registry RegularExpression RegularExpressionBuilder RegularExpressionValidator Relationship ReloadXML RemoteDebugger RemoteDesktop RemoteFolder RemoteFolderOpen RemoteServer RemoteServerAudit RemoteServiceBinding RemoteServiceBindin...
server 192.168.30.54:8181; } # 10.2 - hub.gitlab.myteam . com upstream gitlab_registry { server 192.168.30.54:5757; } # 10.1 - gitlab.myteam . com server { listen 443 ssl http2; server_name gitlab.myteam . com; # this file contains paths to certificate and key for myteam . co...
pushAlreadyExists Shown when git-push(1) rejects an update that does not qualify for fast-forwarding (e.g., a tag.) pushFetchFirst Shown when git-push(1) rejects an update that tries to overwrite a remote ref that points at an object we do not have. pushNeedsForce Shown when git-...