diff --git a/README.md b/README.md deleted file mode 100644 index ac85436b27bd3cf5eb64819eb4f417e7c67119a5..0000000000000000000000000000000000000000 --- a/README.md +++ /dev/null @@ -1,22 +0,0 @@ -# Supermodel - - - -## Getting started - -To make it easy for you to get started with GitLab, here's a list of recommended next steps. - -Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)! - -## Add your files - -- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files -- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command: - -``` -cd existing_repo -git remote add origin https://gitlab.cs.uni-duesseldorf.de/ghaffarinasabsharabiani/supermodel.git -git branch -M main -git push -uf origin main -``` -