Skip to content

Commit 6067db3

Browse files
authored
Create 08-Practice-Test-Git-Log.md
1 parent f402547 commit 6067db3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Practice Test - Git Log
2+
- Take me to [Practice Test](https://kodekloud.com/courses/1085975/lectures/23241040)
3+
4+
Solutions to practice test - git log
5+
6+
- We have initialised git repo in /home/sarah/story-blog. Check git log command output in that directory
7+
8+
<summary>solution</summary>
9+
10+
<detail>
11+
12+
```
13+
$ cd /home/sarah/story-blog
14+
$ git log
15+
```
16+
17+
</details>

0 commit comments

Comments
 (0)