Posts tagged with “git”
- · 1 min read
Aligning git log into columns
Use terminal control sequences and regular-expression captures to format git log output into aligned columns.

- · 3 min read
How to move one git repository into a subdirectory of another with rebase
A historical rebase-based method for moving one Git repository into a subdirectory of another while preserving its commit history.