git 命令,

1. 记住密码,无需每次输入密码

git config --global credential.helper store

 2. git push不使用-f强制推送,使用如下命令,可以避免不小心覆盖别人的工作。

git push --force-with-lease

 

posted @ 2024-10-29 11:06  消失的路人  阅读(2)  评论(0编辑  收藏  举报