[readme] Update README.md.
This commit is contained in:
parent
2914df4a37
commit
c9ff67b10e
10
README.md
10
README.md
@ -5,13 +5,14 @@
|
|||||||
You will not be able to use this repository to save your work, you need to copy / import / fork it to
|
You will not be able to use this repository to save your work, you need to copy / import / fork it to
|
||||||
your favorite Git platform.
|
your favorite Git platform.
|
||||||
|
|
||||||
### Importing to [Github](https://github.com), [Bitbucket](https://bitbucket.org) or [Gitlab](https://gitlab.com):
|
### Importing to [Github](https://github.com), [Bitbucket](https://bitbucket.org) or [Gitlab](https://gitlab.com)
|
||||||
|
|
||||||
You first need to register and then log in to the platform you want. The steps to import the project are detailed below:
|
You first need to register and then log in to the platform you want. The steps to import the project are detailed below:
|
||||||
|
|
||||||
#### Github
|
#### Github
|
||||||
|
|
||||||
1. In the upper-right corner of any page, click the **"+"** icon, then click **Import repository**, or go to [https://github.com/new/import](https://github.com/new/import).
|
1. In the upper-right corner of any page, click the **"+"** icon, then click **Import repository**,
|
||||||
|
or go to [https://github.com/new/import](https://github.com/new/import).
|
||||||
2. Paste the following URL in the first input:
|
2. Paste the following URL in the first input:
|
||||||
[https://gitea.typename.fr/INSA/be-graphes.git](https://gitea.typename.fr/INSA/be-graphes.git)
|
[https://gitea.typename.fr/INSA/be-graphes.git](https://gitea.typename.fr/INSA/be-graphes.git)
|
||||||
3. Choose the name you want for the repository.
|
3. Choose the name you want for the repository.
|
||||||
@ -37,7 +38,7 @@ You first need to register and then log in to the platform you want. The steps t
|
|||||||
5. Click *Create project*.
|
5. Click *Create project*.
|
||||||
6. Wait for completion... Done!
|
6. Wait for completion... Done!
|
||||||
|
|
||||||
### Importing to another repository provider *[not recommended]*:
|
### Importing to another repository provider
|
||||||
|
|
||||||
1. Create a new **empty** repository (no README, no LICENSE) on your provider. Let's assume the URL of your repository is `$URL_REPOSITORY`.
|
1. Create a new **empty** repository (no README, no LICENSE) on your provider. Let's assume the URL of your repository is `$URL_REPOSITORY`.
|
||||||
2. Clone this repository somewhere:
|
2. Clone this repository somewhere:
|
||||||
@ -59,4 +60,5 @@ You first need to register and then log in to the platform you want. The steps t
|
|||||||
push -u origin master
|
push -u origin master
|
||||||
```
|
```
|
||||||
|
|
||||||
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/)
|
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/)
|
||||||
|
Loading…
Reference in New Issue
Block a user