1 2 3 4 5 6
#!/bin/bash #GIT PUSH git add * git commit -m "Dotfiles Update: $(date)" git push -u origin master