Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 820 Bytes

README.md

File metadata and controls

34 lines (17 loc) · 820 Bytes

TME classes at Sorbonne 👩‍💻 💙

But what is TME? TME stands for Travail sur machine encadrés or in english: work in frame machines.

So in a few words here you will find some of the work done with the skills learned in the first year of Science Formelle at Sorbonne.

If you are interested in a specific part, want more details or found some mistakes, send a merge request or open an issue!

Here is how you can do it!

Fork this repository

# Clone your fork
$ git clone your-fork-url

# Create a branch with your feature or the correction of bugs
$ git checkout -b my-branch

# Commit the changes
$ git commit -m 'feature/bugfix: my changes'

# Push to your branch
$ git push origin my-branch

After your pull request is merged, you can delete your branch.