|
@@ -37,7 +37,7 @@ You first need to register and then log in to the platform you want. The steps t
|
37
|
37
|
5. Click *Create project*.
|
38
|
38
|
6. Wait for completion... Done!
|
39
|
39
|
|
40
|
|
-### Importing to another repository provider *[not recommended]*:
|
|
40
|
+### Importing to another repository provider:
|
41
|
41
|
|
42
|
42
|
1. Create a new **empty** repository (no README, no LICENSE) on your provider. Let's assume the URL of your repository is `$URL_REPOSITORY`.
|
43
|
43
|
2. Clone this repository somewhere:
|
|
@@ -59,4 +59,4 @@ You first need to register and then log in to the platform you want. The steps t
|
59
|
59
|
push -u origin master
|
60
|
60
|
```
|
61
|
61
|
|
62
|
|
-Another way is to do a bare clone and then mirror it to your repository: [https://help.github.com/articles/importing-a-git-repository-using-the-command-line/](https://help.github.com/articles/importing-a-git-repository-using-the-command-line/)
|
|
62
|
+Another way is to do a bare clone and then mirror it to your repository: [https://help.github.com/articles/importing-a-git-repository-using-the-command-line/](https://help.github.com/articles/importing-a-git-repository-using-the-command-line/)
|