Latest version ▾ git-config last updated in 2.49.0 NAME git-config - Get and set repository or global options SYNOPSIS git config list [<file-option>] [<display-option>] [--includes] git config get [<file-option>] [<display-option>] [--includes] [--all] [--regexp] [--value...
Get involved! Bug reporting, mailing list, chat, development and more. Pro Gitby Scott Chacon and Ben Straub is available toread online for free. Dead tree versions are available onAmazon.com. Latest source Release 2.49.0Release Notes(2025-03-14)Download for Windows ...
It is useful when you’re looking for an exact block of code (like a struct), and want to know the history of that block since it first came into being: use the feature iteratively to feed the interesting block in the preimage back into -S, and keep going until you get the very fi...
See Documentation/gittutorial.adoc to get started, then see Documentation/giteveryday.adoc for a useful minimum set of commands, and Documentation/git-<commandname>.adoc for documentation of each command. If git has been correctly installed, then the tutorial can also be read with man gittutorial...
Git has the ability to tag specific points in a repository’s history as being important. Typically, people use this functionality to mark release points (v1.0,v2.0and so on). In this section, you’ll learn how to list existing tags, how to create and delete tags, and what the differen...
Show the working tree status git-submodule[1] Initialize, update or inspect submodules git-tag[1] Create, list, delete or verify a tag object signed with GPG Ancillary Commands Manipulators: git-config[1] Get and set repository or global options git-fast-export[1] Git data ex...
远程仓库通常只是一个裸仓库(bare repository)— 即一个没有当前工作目录的仓库。因为该仓库只是一个合作媒介,所以不需要从硬盘上取出最新版本的快照;仓库里存放的仅仅是 Git 的数据。简单地说,裸仓库就是你工作目录中.git子目录内的内容。 4.1 协议
A formatted and hyperlinked copy of the latest Git documentation can be viewed athttps://git.github.io/htmldocs/git.htmlorhttps://git-scm.com/docs. OPTIONS -v --version Prints the Git suite version that thegitprogram came from. This option is internally converted togit version ...and acc...
For example, if a runner has the ruby tag, you would add this code to your project’s .gitlab-ci.yml file: job: tags: - ruby When the job runs, it uses the runner with the ruby tag. Configuring runners You can configure the runner by editing the config.toml file. This is a fil...
(refs/remotes/origin/trunk) M COPYING.txt M INSTALL.txt Committed r90 M INSTALL.txt M COPYING.txt r90 = cb522197870e61467473391799148f6721bcf9a0 (refs/remotes/origin/trunk) No changes between 71af502c214ba13123992338569f4669877f55fd and refs/remotes/origin/trunk Resetting to the latest refs/...