On Tue, Oct 22, 2024 at 02:27:01AM +0100, chizobajames21@xxxxxxxxx wrote: > From: Chizoba ODINAKA <chizobajames21@xxxxxxxxx> > > In pipes, the exit code of a chain of commands is determined by > the final command. In order not to miss the exit code of a failed > Git command, avoid pipes instead write output of Git commands > into a file. > For better debugging experience, instances of "grep" were changed > to "test_grep". "test_grep" provides more context in case of a > failed "grep". Thanks, this version looks good to me! Patrick