Stefan Beller writes:
> Remove the space between redirection and file name.
> Also remove unnecessary invocations of subshells, such as
>
> (cd submod &&
> echo X >untracked
> ) &&
>
> as there is no point of having the shell for functional purposes.
> In case of a singl
Remove the space between redirection and file name.
Also remove unnecessary invocations of subshells, such as
(cd submod &&
echo X >untracked
) &&
as there is no point of having the shell for functional purposes.
In case of a single Git command use the `-C` option
2 matches
Mail list logo