Show git changes in the last N...
So you want to see all of the changes since some time in the past. commit=$(git log --pretty=oneline --reverse --since={yesterday} |...
read moreSo you want to see all of the changes since some time in the past. commit=$(git log --pretty=oneline --reverse --since={yesterday} |...
read more