RuthAndRoth / Ruth

Virtual World Mesh Avatars
26 stars 15 forks source link

Remove Previous Release and Release directories #10

Closed seriesumei closed 5 years ago

seriesumei commented 5 years ago

[This is what it would look like to have only the files being used in the master branch and not keeping around prior releases]

The contents of the Release directories are moved up one level as we no longer need to distinguish between current releases and prior releases.

git rm -r LSLScripts/HUD/Ruth/Previous\ Release git mv LSLScripts/HUD/Ruth/Release/.keep LSLScripts/HUD/Ruth/ git mv LSLScripts/HUD/Ruth/Release/readme.txt LSLScripts/HUD/Ruth/ rmdir LSLScripts/HUD/Ruth/Release

git rm -r Mesh/Avatar\ Roth/Previous\ Releases git mv Mesh/Avatar\ Roth/Release/* Mesh/Avatar\ Roth/ rmdir Mesh/Avatar\ Roth/Release/

git rm -r Mesh/Avatar\ Ruth/Previous\ Releases git mv Mesh/Avatar\ Ruth/Release/* Mesh/Avatar\ Ruth/ git rm -r Mesh/Avatar\ Ruth/Release/ rmdir Mesh/Avatar\ Ruth/Previous\ Releases Mesh/Avatar\ Ruth/Release/