Skip to content
Snippets Groups Projects
Commit 3cb9f067 authored by Alexander Gehrke's avatar Alexander Gehrke
Browse files

Add usage info to readme

parent 745fdd67
No related branches found
No related tags found
No related merge requests found
......@@ -10,3 +10,14 @@ usually marked with `???`.
| lecture | package |
|---------------------------------|-------------------------------------------------------------------|
| 2: Functional Data Structures | [`datastructures`](src/main/scala/datastructures) |
## Usage tips:
To keep your local solutions to the exercises when pulling from the repository,
use
```shell
git pull --rebase --autostash
```
This will keep both commited and uncommited changes.
If you are using Intellij IDEA, "rebase" is available as option in the update
dialog and stashing is default.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment