Assignment 1: Clarify automatic creation of merge commits on no conflicts

This commit is contained in:
Alex Hirsch 2020-11-13 13:22:34 +01:00
parent 19f87719b6
commit 99fe87a72a

View File

@ -132,6 +132,8 @@ $ lit commit 'Merge r21 into r20'
To complete the merge after manually resolving a conflict, invoke the `commit` sub-command.
To abort the merge, use `checkout`.
If no conflict is encountered, a merge commit is automatically created.
### `lit log`
Displays a graph of all commits, one line per commit.