t5505: add missing &&
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
65f83dc082
commit
f3b1fbf860
@ -121,7 +121,7 @@ Note: Non-remote branches were not removed; to delete them, use:
|
||||
git branch -d master
|
||||
EOF
|
||||
} &&
|
||||
git tag footag
|
||||
git tag footag &&
|
||||
git config --add remote.oops.fetch "+refs/*:refs/*" &&
|
||||
git remote rm oops 2>actual1 &&
|
||||
git branch foobranch &&
|
||||
|
Loading…
Reference in New Issue
Block a user