[17:48] sakrecoer: The repo you linked to is the current website theme, so not the one in development [17:48] Think all repos will eventually move to git, so that is why I made the trunk a git repo [17:49] First, install git: sudo apt-get install git [17:49] Then, get the repo: git clone https://git.launchpad.net/ubuntustudio-website [17:49] do your changes, add them with: git add . [17:49] Then, commit: git commit [17:50] And, finally, push: git push origin master