Promote free/libre software on the EPFL campus
Git is a distributed version control system.
provide functionality around git mostly for collaboration
ls(list) — show contents of the directory we are currently in
cd(change directory) — change into an other folder
jonas@gnugen:~ $ ls
Documents Downloads Music Pictures Videos
jonas@gnugen:~ $ ls Documents/
EPFL 'random stuff' Notes.txt
jonas@gnugen:~ $ cd
jonas@gnugen:~ $ cd Documents
jonas@gnugen:Documents $ cd ../
jonas@gnugen:~ $ mkdir newfreesoftwareproject
jonas@gnugen:~ $ ls
Documents Downloads Music newfreesoftwareproject Pictures Videos
jonas@gnugen:~ $ cd newfreesoftwareproject
But why is the image cut?