Skip to content

Commit 98f0b64

Browse files
authored
Merge pull request #1 from Mr0grog/patch-1
Describe the reason for this repo in the README
2 parents 2f9ccff + 65e2293 commit 98f0b64

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
## go-ipfs-archive
1+
# go-ipfs-archive
2+
3+
In order to keep the [ipfs/go-ipfs](https://github.com/ipfs/go-ipfs) project relatively easy to navigate, manage, and quick to clone, we periodically remove branches that nobody is actively working on. We think keeping that work available is important, though, so we archive those branches here.
4+
5+
Branches archived here get renamed to: `<branchname>/<archival date>`. For example, `feat/fix-offline-mount``feat/fix-offline-mount/2017-08-10` if it was archived on August 10, 2017.
6+
7+
If you need to use any of this archived work, add this repo as a remote to your local clone of `go-ipfs` and and then check out the branch you need:
8+
9+
```sh
10+
# Add this repo as a remote
11+
$ git remote add archived [email protected]:ipfs/go-ipfs-archived.git
12+
# Check out the branch you need, for example:
13+
$ git checkout feat/fix-offline-mount/2017-08-10
14+
```
15+
16+
If you’re curious about or want to propose changes to the archival process, take a look at the [`bin/archive-branches.sh` script](https://github.com/ipfs/go-ipfs/blob/master/bin/archive-branches.sh) in `go-ipfs`.

0 commit comments

Comments
 (0)