File size: 162 Bytes
b966bc9
 
 
 
 
 
 
 
 
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