1. 记住密码,无需每次输入密码
git config --global credential.helper store
2. git push不使用-f强制推送,使用如下命令,可以避免不小心覆盖别人的工作。
git push --force-with-lease