blob: f28c69a3edcf9594c1981e992b90421dd255811b [file] [log] [blame]
#!/bin/bash
# Get current date
date=$(date '+%Y-%m-%d %H:%M:%S %z')
git add .
git commit -m "$date"