https://github.com/courajs/archive
https://github.com/courajs/archive
archive github repository
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/courajs/archive
- Owner: courajs
- License: mit
- Created: 2017-09-16T13:05:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-16T14:58:19.000Z (almost 9 years ago)
- Last Synced: 2025-05-18T06:40:39.148Z (about 1 year ago)
- Topics: archive, github, repository
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A repository to archive old repositories.
Particularly useful for keeping your Github org tidy (or saving you
money if you're on the legacy per-repo billing scheme).
To archive a repo, run `archive.sh `.
All branches are pulled over, prefixed with the repo name. The HEAD
commit is also put in a folder in `master`, for ease of browsing.
`archived_name` will determine the branch prefixes and folder name, and
`remote_path` should be either a filesystem path or remote url suitable
for cloning.
See [`example-archive`](https://github.com/courajs/example-archive) to
see what it looks like populated.
NOTE - please don't use this to archive and delete public repositories.
If you delete public repositories, any links or bookmarks to the repo
will no longer work. Use this to keep your private repos tidy, not to
break the web!
(Only tested on OSX)