1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-09 18:26:08 +02:00

Merge branch 'jk/ci-only-on-selected-branches'

Dev support.

* jk/ci-only-on-selected-branches:
  ci/config: correct instruction for CI preferences
This commit is contained in:
Junio C Hamano 2020-05-29 15:12:19 -07:00
commit 24109910fe

View File

@ -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
#