Gource icon indicating copy to clipboard operation
Gource copied to clipboard

Update wiki for merging multiple repositories in Windows

Open bh3605 opened this issue 4 months ago • 0 comments

The wiki article to merge multiple repositories is only for UNIX based systems.

Here's how you handle this in Windows.

gource --output-custom-log repo1.txt "repo1/filepath"
gource --output-custom-log repo2.txt "repo2/filepath"
type repo1.txt repo2.txt > combined.txt
sort combined.txt > sortedcombined.txt

bh3605 avatar Apr 18 '24 13:04 bh3605