diff options
| author | Petros Amiridis <petros@amiridis.net> | 2011-04-14 13:21:24 +0300 |
|---|---|---|
| committer | Petros Amiridis <petros@amiridis.net> | 2011-04-14 13:21:24 +0300 |
| commit | f33896b0a9193057877ae06e8a228369120531c4 (patch) | |
| tree | 1cda7b56624e5ad1b6e9c5a141695cc112e7c50f /_posts | |
| parent | 2343915510a04a615cab935b50e402aa38e82a54 (diff) | |
improved instructions for how to create a support request to move repositories between accounts
Diffstat (limited to '_posts')
| -rw-r--r-- | _posts/2009-06-25-moving-a-repo.markdown | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/_posts/2009-06-25-moving-a-repo.markdown b/_posts/2009-06-25-moving-a-repo.markdown index 9d296e6..ef3f135 100644 --- a/_posts/2009-06-25-moving-a-repo.markdown +++ b/_posts/2009-06-25-moving-a-repo.markdown @@ -10,7 +10,35 @@ This guide details the process of moving a repo to another account. Direct move ----------- -If you wish to move a repo between users or organizations, please [contact support](http://support.github.com/) with details. Make sure that there is not a repo with the same name on the destination account, and that the destination account has unused private repos available if the repo being moved is private. +If you wish to move a repo between users or organizations, please [contact support](http://support.github.com/) following the details below. + +**What to check before creating the support request** + +1. Make sure that there is not a repo with the same name on the destination account. + +2. Make sure the destination account has unused private repos available if the repo being moved is private. + +3. **Please** make sure you login with the account that owns the repositories you want support to move for you. If the repositories belong to different accounts, please create one support request per account. + +**What to include in your support request** + +1. List the repositories you want support to move. + +2. Tell us the destination account (the username) + +**Example** + +*Subject:* Move repositories + +*Repositories* + +myaccount/repoA +myaccount/repoB +myaccount/repoC + +*Destination* + +destinationaccount Existing forks -------------- |
