Nice / git_init.sh
betterme
update
b966bc9
raw
history blame contribute delete
No virus
162 Bytes
#!/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