This website requires JavaScript.
Explore
Register
Sign In
kernel
/
git
mirror of
https://git.kernel.org/pub/scm/git/git.git
Watch
1
Star
0
Fork
You've already forked git
0
Code
Releases
Activity
eb57277ba3
git
/
t
/
chainlint
/
nested-subshell.test
14 lines
93 B
Plaintext
Raw
Blame
History
(
cd foo &&
(
echo a &&
echo b
) >file &&
cd foo &&
(
echo a
echo b
) >file
)
View Git Blame
Copy Permalink