dotfiles/home/bin/git-clean.sh

6 lines
70 B
Bash
Raw Normal View History

2017-05-05 13:59:10 +00:00
#!/bin/bash
git reset --soft origin/master
git commit -a
git push -f