vimwiki/backup.sh

6 lines
82 B
Bash
Executable File

#!/bin/bash
git add *
git commit -m "Update for $(date "+%d-%m-%y %R")"
git push