AGSTATUS/Commit.sh

6 lines
75 B
Bash
Raw Normal View History

2020-11-17 22:14:36 -07:00
#!/bin/bash
git add .
git commit -m "$(date +%m-%d-%y_%H:%M:%S)"
git push