Showing Tags in the Git Log

When working with Git, we frequently look at the log to see the last few changes. For example to show the last couple of commits: ~/Development/company/website (master) $ git log -2 commit 584770a00b3a3cd16a24ecc9e7c5f4af95c76354 Author: Matthew Speake <matthew.speake@gmail.com> Date: Sat Nov 3 09:52:32 2018 +0000 Adding release package before applying tag commit...
Read More
Top