Add links to pathspec documentation

This commit is contained in:
Stefan Zweifel 2020-07-24 20:44:56 +02:00
parent 1b1d53f462
commit 808edcd96b
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ Add the following step at the end of your job, after other steps that might add
commit_options: '--no-verify --signoff' commit_options: '--no-verify --signoff'
# Optional glob pattern of files which should be added to the commit # Optional glob pattern of files which should be added to the commit
# See the `pathspec`-documentation for git
# - https://git-scm.com/docs/git-add#Documentation/git-add.txt-ltpathspecgt82308203
# - https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddefpathspecapathspec
file_pattern: src/*.js tests/*.js file_pattern: src/*.js tests/*.js
# Optional local file path to the repository # Optional local file path to the repository