Skip to content
Snippets Groups Projects
Commit 22bd3980 authored by Filip Kučerák's avatar Filip Kučerák
Browse files

git with example output

parent b39c5b1f
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -171,3 +171,21 @@ messages = command_sequence.get_symbol("message", random_command_sequence)
messages = [''.join(m) for m in messages]
print(messages)
```
Output
```
git commit -m nYWMY
git pull
git pull
git pull
git commit -m lpejbIJr
git pull
git pull
git pull
git commit -m ZZNfJHHF
git pull
git commit -m UxkaTibR
['nYWMY', 'lpejbIJr', 'ZZNfJHHF', 'UxkaTibR']
```
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