dotfiles/home/bin/git-clean.sh
2023-01-02 00:04:28 -05:00

6 lines
70 B
Bash

#!/bin/bash
git reset --soft origin/master
git commit -a
git push -f