Installing Git on Linux ( Ubuntu, Debian )
Installing Git on Linux Ubuntu / Debian: Git is an essential tool for all developer. In this tutorial, We will...
Installing Git on Linux Ubuntu / Debian: Git is an essential tool for all developer. In this tutorial, We will...
Basics of git and GitHub Intro: In this article, We are going to discuss the basics of git and GitHub....
To view the commit history of the current project:
1 |
$ git log |
Sample output :
1 2 3 |
commit fb0d90ec75601304348168bb988ebdbf10c260 Author: Author name<email@somedomain.com> Date: Thu Oct 13 17:30:46 2016 +0300 |
You will get the output like...