|
- Git - gitignore Documentation
A gitignore file specifies intentionally untracked files that Git should ignore Files already tracked by Git are not affected; see the NOTES below for details
- Git - gitignore Documentation
As ferramentas de encanamento subjacentes do Git, como o comando git ls-files e o git read-tree, leem padrões gitignore especificados por opções de linha de comando ou de arquivos especificados pelas opções de linha de comando
- Git - gitignore Documentation
模式从与路径相同目录下的 gitignore 文件或任何父目录(直到工作树的顶层)中读取,上层文件中的模式会被下层文件中的模式覆盖,直到包含该文件的目录。
- Git - gitignore Documentation
Un fichier gitignore spécifie des fichiers intentionnellement non suivis que Git devrait ignorer Les fichiers déjà suivis par Git ne sont pas affectés ; voir les NOTES ci-dessous pour plus de détails
- Git - git-check-ignore Documentation
For each pathname given via the command-line or from a file via --stdin, show the pattern from gitignore (or other input files to the exclude mechanism) that decides if the pathname is excluded or included
- Git - git-check-ignore Documentation
For each pathname given via the command-line or from a file via --stdin, check whether the file is excluded by gitignore (or other input files to the exclude mechanism) and output the path if it is excluded
- Git - git-check-ignore Documentation
对于通过命令行或通过 --stdin 从文件中给出的每个路径名,检查该文件是否被 gitignore(或排除机制的其他输入文件)排除,如果被排除,则输出路径。
- Git - git-blame Documentation
$ git log --pretty=oneline -S'blame_usage' 5040f17eba15504bad66b14a645bddd9b015ebb7 blame -S <ancestry-file> ea4c7f9bf69e781dd0cd88d2bccb2bf5cc15c9a7 git-blame: Make
|
|
|