diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-05-29 15:12:19 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-05-29 15:12:19 -0700 |
commit | 24109910fe9912078f851419731ad046d851dcfc (patch) | |
tree | b71f9d30980d60509fa69e7e20ab436cec8f8385 /ci | |
parent | Git 2.27-rc2 (diff) | |
parent | ci/config: correct instruction for CI preferences (diff) | |
download | tgif-24109910fe9912078f851419731ad046d851dcfc.tar.xz |
Merge branch 'jk/ci-only-on-selected-branches'
Dev support.
* jk/ci-only-on-selected-branches:
ci/config: correct instruction for CI preferences
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/config/allow-ref.sample (renamed from ci/config/allow-refs.sample) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ci/config/allow-refs.sample b/ci/config/allow-ref.sample index f157f1945a..af0e076f8a 100755 --- a/ci/config/allow-refs.sample +++ b/ci/config/allow-ref.sample @@ -7,8 +7,9 @@ # your repository: # # git checkout -b ci-config -# cp allow-refs.sample allow-refs -# $EDITOR allow-refs +# cp allow-ref.sample allow-ref +# $EDITOR allow-ref +# git add allow-ref # git commit -am "implement my ci preferences" # git push # |