File size: 160 Bytes
4d15df3
 
f652093
 
15374ec
ee83c82
15374ec
4d15df3
ee83c82
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

#git config --global credential.helper store

git add *
git commit -m "update" # git commit --amend -m '重新commit'

git pull
git push -f