https://github.com/louizfc/git-combine-files
Combine multiple files maintaining history, based on Raymond Chen articles
https://github.com/louizfc/git-combine-files
bash combine combine-files git
Last synced: 3 months ago
JSON representation
Combine multiple files maintaining history, based on Raymond Chen articles
- Host: GitHub
- URL: https://github.com/louizfc/git-combine-files
- Owner: LouizFC
- License: gpl-3.0
- Created: 2023-12-21T14:55:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-26T15:22:40.000Z (over 2 years ago)
- Last Synced: 2025-06-15T20:26:43.460Z (about 1 year ago)
- Topics: bash, combine, combine-files, git
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-combine-files
An attempt to make a bash script for combining multiple files maintaining history,
based on Raymond Chen articles
https://devblogs.microsoft.com/oldnewthing/20190514-00/?p=102493
https://devblogs.microsoft.com/oldnewthing/20190515-00/?p=102495