Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update wiki for merging multiple repositories in Windows #324

Open
bh3605 opened this issue Apr 18, 2024 · 0 comments
Open

Update wiki for merging multiple repositories in Windows #324

bh3605 opened this issue Apr 18, 2024 · 0 comments

Comments

@bh3605
Copy link

bh3605 commented Apr 18, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant