Skip to content
Snippets Groups Projects
Commit 447d3b35 authored by Per's avatar Per
Browse files

tentative submission process

parent a06fe73f
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ Follow the lab instructions, implement and test your solution, add files as requ
> git commit -m "message"
```
Commits changes to local repository. (`git commit -a -m "message"`, to commit changes for all tracked files, this is what you usually will do.)
Commits changes to local repository. (`git commit -a -m "message"`, to commit changes for all tracked files, this is what you usually will do.) The commit "message", should be descriptive, e.g., "fixed issue #2, alignment error due to wrong increment" or similar.
``` shell
> git status
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment