Browse Source

Update 'README.md'

Mikael Capelle 6 years ago
parent
commit
b4e666d08d
1 changed files with 9 additions and 9 deletions
  1. 9
    9
      README.md

+ 9
- 9
README.md View File

1
-# Graph & Algorithm projects
1
+# Graph & Algorithm project — INSA Toulouse
2
 
2
 
3
 ## How to start?
3
 ## How to start?
4
 
4
 
5
-You will not be able to use this repository to save your work, thus you need to copy / import it to 
6
-your favorite repository platform.
5
+You will not be able to use this repository to save your work, you need to copy / import / fork it to 
6
+your favorite Git platform.
7
 
7
 
8
 ### Importing to [Github](https://github.com), [Bitbucket](https://bitbucket.org) or [Gitlab](https://gitlab.com):
8
 ### Importing to [Github](https://github.com), [Bitbucket](https://bitbucket.org) or [Gitlab](https://gitlab.com):
9
 
9
 
10
-You first need to register on one of these platform, the steps to import the project are detailed below for each platform.
10
+You first need to register and then log in to the platform you want. The steps to import the project are detailed below:
11
 
11
 
12
 #### Github
12
 #### Github
13
 
13
 
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). 
14
+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). 
15
 
15
 
16
 2. Paste the following URL in the first input:
16
 2. Paste the following URL in the first input:
17
  
17
  
25
 
25
 
26
 #### Bitbucket
26
 #### Bitbucket
27
 
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). 
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
 
29
 
30
 2. Paste the following URL in the first input (select Git as source if not already selected):
30
 2. Paste the following URL in the first input (select Git as source if not already selected):
31
  
31
  
32
     [https://gitea.typename.fr/INSA/be-graphes.git](https://gitea.typename.fr/INSA/be-graphes.git)
32
     [https://gitea.typename.fr/INSA/be-graphes.git](https://gitea.typename.fr/INSA/be-graphes.git)
33
 
33
 
34
-3. Choose the name you want for repository, and select Git for the *Version control system*.
34
+3. Choose the name you want for repository, and select Git as the *Version control system*.
35
 
35
 
36
 4. Click *Import repository*.
36
 4. Click *Import repository*.
37
 
37
 
54
 
54
 
55
 6. Wait for completion... Done!
55
 6. Wait for completion... Done!
56
 
56
 
57
-### Importing to another repository provider:
57
+### Importing to another repository provider *[not recommended]*:
58
 
58
 
59
 1. Create a new **empty** repository (no README, no LICENSE) on your provider. Let's assume the URL of your repository is `$URL_REPOSITORY`.
59
 1. Create a new **empty** repository (no README, no LICENSE) on your provider. Let's assume the URL of your repository is `$URL_REPOSITORY`.
60
 
60
 
78
 	push -u origin master
78
 	push -u origin master
79
 	```
79
 	```
80
 	
80
 	
81
-Another way is to do a bare clone and then mirror 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/)
81
+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…
Cancel
Save