dotfiles/.scripts/git-commit-push.sh

8 lines
81 B
Bash
Raw Normal View History

2020-09-11 23:48:00 -07:00
#! /bin/bash
git add .
git commit
git push
# I'M LAZY ALRIGHT AREN'T WE ALL!?!