LDP/LDP/users/Jason-Evans/pushit.sh

7 lines
73 B
Bash
Executable File

#!/bin/bash
date=`date +%D-%T`
git pull
git commit -a -m $DATE
git push