Quick commit When taking daily notes, it doesn’t always make sense to craft a commit message. alias gcpush='git add . && git commit -m "$(date +"%Y-%m-%d %H:%M:%S")" && git push'