#!/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