git-dummy icon indicating copy to clipboard operation
git-dummy copied to clipboard

Generate dummy Git repositories populated with the desired number of commits, branches, and structure.

Results 1 git-dummy issues
Sort by recently updated
recently updated
newest added
trafficstars

LICENSE file says GPL-2.0, but `setup.py` has it as MIT: ```py classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",...