6 lines
70 B
Bash
6 lines
70 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
git reset --soft origin/master
|
||
|
git commit -a
|
||
|
git push -f
|