Download or clone a repository

git clone git@gitlab.com:econmediadb/economics-course.git

Creating a repository

  • Commit new changes

git add *
git commit -m "write a short comment here"
git push

Sources: