In Pascal's triangle left-justified, take any square matrix that shares a border with the left edge of the triangle. An example is shown in red below.
It seems that the determinant of such a matrix is always $1$.
Is there an intuitive explanation why the determinant of such a matrix is always $1$?
(Here is an example of an intuitive explanation: a scalar triple product is $0$ if the vectors are dependent, because the scalar triple product is the volume of the parallelipiped formed by the vectors.)
I know that the determinant of a matrix is the volume of the region that results from applying the matrix to the unit cube. So if the determinant is $1$, the volume is unchanged. But I don't see why a matrix in Pascal's triangle (as described above) preserves volume.
I found some articles about Pascal's triangle and determinants, but the matrices there were different from mine; they were symmetric or lower/upper triangular, so it's obvious that their determinants equal $0$.
Context: Recently I've been wondering a lot about Pascal's triangle, for example, does it contain three consecutive integers? Can it be split?

By definition on the lattice $\mathbb Z_+^2$, any entry $a_{ik}=a_{i-1,k} +a_{i-1,k+1}$ with all $a_{ik}=0,k>i$, $a_{1,1}=1$.
It follows, that by subtraction of rows, without change of the determinant, you may transform your square matrix into an upper tridiagonal matrix with all 1 on the diagonal.