Skip to content

Tags: cedricium/gitdl

Tags

v0.1.0

Toggle v0.1.0's commit message
chore: bump version

v0.0.3

Toggle v0.0.3's commit message
refactor: separation of concerns for filesystem, git operations

v0.0.2

Toggle v0.0.2's commit message
Fix issue where recursive directories causing errors

If a recursive source directory (e.g. "a/b/") is specified,
flatten the final result such that the end result only copies the
final child directory (no parents): "desired/destination/b"

v0.0.1

Toggle v0.0.1's commit message
MVP of gitdl

Bug wherein subdirectories fail to be copied from src to dst.
Most likely an issue with filepaths, further investigation required.