Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
t5411
/
test-0010-proc-receive-settings.sh
Code
Commits
Pulls
CI/CD
82,128
seen
bisect
jch
maint
master
next
seen
test
todo
sh
7 lines
204 Bytes
Copy permalink
Copy
Raw
1
test_expect_success
"add two receive.procReceiveRefs settings"
'
2
(
3
cd "$upstream" &&
4
git config --add receive.procReceiveRefs refs/for &&
5
git config --add receive.procReceiveRefs refs/review/
6
)
7
'