i have a big git repo with some old folders in there. i dont need them in my master branch and they are a little bit annoying there but i dont want to loose the data, so archiving would be great. now i miss a feature (or i dont know it yet) which can move them to a seperate branch or something in that way... it would be nice to see only my needed folders in the master branch and have another branch "archive" for all the old stuff... i know that branches are not made for this, so may there is another way? Also i dont want to tar these folders, so it would be great to have them not compressed.
|
feedback
|
|
You could take your master branch and branch it off into "archive", pull the "archive" branch, delete the files and folders you don't want in there then go back to your master branch and delete the files and folders you kept in the "archive" branch. | |||||||
feedback
|