Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 380 Bytes

08-Practice-Test-Git-Log.md

File metadata and controls

17 lines (11 loc) · 380 Bytes

Practice Test - Git Log

Solutions to practice test - git log

  • We have initialised git repo in /home/sarah/story-blog. Check git log command output in that directory

    solution
    $ cd /home/sarah/story-blog
    $ git log