14 lines
315 B
Markdown
14 lines
315 B
Markdown
This is the project repository for the MLP course
|
|
|
|
To get started, clone the repository:
|
|
git clone https://gitea.jany.se/Jany/MLPproject.git
|
|
|
|
To pull updates use:
|
|
git pull
|
|
|
|
To push your updates to the repository use:
|
|
git push
|
|
|
|
To save your login credentials locally use:
|
|
git config --global credential.helper store
|