dotfiles-etc/push.sh

6 lines
167 B
Bash
Raw Normal View History

2020-11-10 12:30:41 -05:00
#!/bin/bash
set -e
sudo git add .
sudo git commit
sudo GIT_SSH_COMMAND="ssh -i $HOME/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" git push