No description
be-graphes-algos | ||
be-graphes-gui | ||
be-graphes-model | ||
.gitignore | ||
eclipse-java-google-style.xml | ||
pom.xml | ||
README.md |
Graph & Algorithm project — INSA Toulouse
This is an INSA local copy of Mikael CAPELLE's repository.
How to start?
-
Clone this repository:
git clone https://git.etud.insa-toulouse.fr/lebotlan/BE-Graphes.git
-
In the cloned directory, remove the
.git
folder. -
On your favorite platform, create a new empty repository of yours.
-
On your computer or on an INSA computer, clone your own repository
git clone (here-the-https-URL-to-your-own-repository)
-
Your repository is initially empty. Move the BE-Graphes project into it. Keep the .gitignore file.
-
Commit your changes:
git status git add . git status ## Check the added files git commit -m "My initial commit" git push