mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Repository Move: Blog Describing Move
This commit is contained in:
parent
5e7dbab508
commit
1282821254
1 changed files with 42 additions and 0 deletions
42
_posts/2015-06-23-repository-move.md
Normal file
42
_posts/2015-06-23-repository-move.md
Normal file
|
@ -0,0 +1,42 @@
|
||||||
|
---
|
||||||
|
type: posts
|
||||||
|
layout: post
|
||||||
|
lang: en
|
||||||
|
category: blog
|
||||||
|
|
||||||
|
title: "Repository Move"
|
||||||
|
permalink: /en/posts/repository-move.html
|
||||||
|
date: 2015-06-23
|
||||||
|
author: |
|
||||||
|
<a href="https://bitcoin.org/en/about-us#maintenance">Bitcoin.org Maintainers</a>
|
||||||
|
---
|
||||||
|
Bitcoin.org has moved our main git repository to the new
|
||||||
|
*bitcoin-dot-org* GitHub organization:
|
||||||
|
<https://github.com/bitcoin-dot-org/bitcoin.org>
|
||||||
|
|
||||||
|
We moved to an independent organization to make clear that Bitcoin.org
|
||||||
|
and Bitcoin Core are separate projects, even though we frequently have
|
||||||
|
the pleasure of working together.
|
||||||
|
|
||||||
|
Nothing besides the repository URL has changed---Bitcoin.org will
|
||||||
|
continue to provide all of the same information and resources as it did
|
||||||
|
before. The [team of contributors][] is also staying the same.
|
||||||
|
|
||||||
|
Existing links to the old repository (including developer git
|
||||||
|
configurations) should continue to work, but we that suggest you upgrade
|
||||||
|
them to point to the new repository at your first convenience. Git users
|
||||||
|
can who have the Bitcoin.org repository as their `upstream` can run,
|
||||||
|
|
||||||
|
cd bitcoin.org
|
||||||
|
git remote set-url upstream 'https://github.com/bitcoin-dot-org/bitcoin.org'
|
||||||
|
|
||||||
|
All current [issues][] and [pull requests][] remain open, and any [forks hosted
|
||||||
|
on GitHub][] shouldn't need to be updated.
|
||||||
|
|
||||||
|
If you have any problems, please [open an issue][].
|
||||||
|
|
||||||
|
[team of contributors]: https://bitcoin.org/en/about-us#https://bitcoin.org/en/about-us#help
|
||||||
|
[issues]: https://github.com/bitcoin-dot-org/bitcoin.org/issues
|
||||||
|
[pull requests]: https://github.com/bitcoin-dot-org/bitcoin.org/pulls
|
||||||
|
[forks hosted on github]: https://github.com/bitcoin-dot-org/bitcoin.org/network
|
||||||
|
[open an issue]: https://github.com/bitcoin-dot-org/bitcoin.org/issues/new
|
Loading…
Add table
Add a link
Reference in a new issue