Git-Log or Git Graph in Visual Studio Code
$ git log --oneline --all --graph I am working on a tutorial project where I would teach my readers how to code in languages that are available by default in the Windows operating system. We have quite a few of them, and I have decided to start with JScript/ES3. The figure below displays the commit history of the cvmd2html.wsh.js project as displayed by the Git Graph extension in VS Code. I access it from the Status Bar (the blue bar at the bottom of the figure). This view is not default. I deselected the Author and Date properties so that the view matches the outcome of the git-log command at the head of this post. Right-click on the header row to toggle the visibility of the properties' columns. Compare the Git Graph view of the project with the result of executing the git-log command below. The commit hash column is not the last in the commit record row, but it is not important at this stage. I will show the formatting of commit logs in another article. Si