Summary
git Use ID
All layout for T-shirts and co
There are no downloads yet
Quick Start

Push new repository

git clone https://projects.c3l.lu/FVDE/T-shirts-and-co
git add README # add first file
git commit -m "Initial" # commit with message
git push origin master # push changes back
                

Existing repository?

git remote add origin https://projects.c3l.lu/FVDE/T-shirts-and-co
git push -u origin master