Browse Source

Update 'README.md'

Mikael Capelle 6 years ago
parent
commit
f952b870ff
1 changed files with 33 additions and 3 deletions
  1. 33
    3
      README.md

+ 33
- 3
README.md View File

@@ -11,11 +11,11 @@ You first need to register on one of these platform, the steps to import the pro
11 11
 
12 12
 #### Github
13 13
 
14
-1. In the upper-right corner of any page, click &#f05d;, and then click **Import repository**. 
14
+1. In the upper-right corner of any page, click the **"+"** icon, then click **Import repository**, or directlyu go to [https://github.com/new/import](https://github.com/new/import). 
15 15
 
16 16
 2. Paste the following URL in the first input:
17
-
18
-[https://gitea.typename.fr/INSA/be-graphes.git](https://gitea.typename.fr/INSA/be-graphes.git)
17
+ 
18
+    [https://gitea.typename.fr/INSA/be-graphes.git](https://gitea.typename.fr/INSA/be-graphes.git)
19 19
 
20 20
 3. Choose the name you want for the repository.
21 21
 
@@ -23,3 +23,33 @@ You first need to register on one of these platform, the steps to import the pro
23 23
 
24 24
 5. Wait for completion... Done!
25 25
 
26
+#### Bitbucket
27
+
28
+1. On the left panel of any page, click the **"+"** icon, then **Repository**, and then **Import** or directly go to [https://bitbucket.org/repo/import](https://bitbucket.org/repo/import). 
29
+
30
+2. Paste the following URL in the first input (select Git as source if not already selected):
31
+ 
32
+    [https://gitea.typename.fr/INSA/be-graphes.git](https://gitea.typename.fr/INSA/be-graphes.git)
33
+
34
+3. Choose the name you want for repository, and select Git for the *Version control system*.
35
+
36
+4. Click *Import repository*.
37
+
38
+5. Wait for completion... Done!
39
+
40
+#### Gitlab
41
+
42
+1. In the upper-right corner of any page, click the **"+"** icon, then **New project**, or directly go to [https://gitlab.com/projects/new](https://gitlab.com/projects/new).
43
+
44
+2. Select the **Import project** tab, and then click **Repo by URL** (right-most option).
45
+
46
+
47
+3. Paste the following URL in the first input:
48
+ 
49
+    [https://gitea.typename.fr/INSA/be-graphes.git](https://gitea.typename.fr/INSA/be-graphes.git)
50
+    
51
+4. Choose the name you want for the repository.
52
+
53
+5. Click *Create project*.
54
+
55
+6. Wait for completion... Done!

Loading…
Cancel
Save