Showing commit logs with Git
๐ป๐ช Spanish
1.- You can see a history of changes of a branch using git log command. This command shows us all previous commits with their structure (Reference number of the commit, author, date and time, commit message, etc).
git log
2.- Another w...
crisprogramming.hashnode.dev1 min read