diff --git a/docs/git/log/get_CommitDate.md b/docs/git/log/get_CommitDate.md new file mode 100644 index 00000000..3d498367 --- /dev/null +++ b/docs/git/log/get_CommitDate.md @@ -0,0 +1,13 @@ +git.log.get_CommitDate() +------------------------ + +### Synopsis +Gets the date of a git log + +--- + +### Description + +Gets the commit date of a git log entry. + +---