@@ -78,24 +78,24 @@ The left panel shows a file explorer with at the top, buttons for:
- Uploading files.
- Creting new folders.


In the file explorer, highlighting a file/folders gives acces to a contextual menu with a set of operations: `rename/move` or `delete` for files and folders, `new file`, `upload file` and `new directory` for folders.
Icons on the right of file name give clues as to what has been modified since the latest *commited* state of the current branch :
- An orange dotted square icon after a file name means it has been modified
- A green dotted square icon after a file name means it has been added


For folders, the number in the square icon represents the number of files inside the folder that have been affected by changes since the latest commit.
At the bottom of the left panel, a button allows to *commit* all the changes (i.e.: integrate them into the repository).