AGSTATUS/Commit.sh

4 lines
73 B
Bash
Executable File

#!/bin/bash
git add .
git commit -m "$(date +%m-%d-%y_%H:%M:%S)"
git push