Git 相关
2019-05-11 本文已影响0人
vcoolor
Git相关的命令备忘
-
Git每次输入账号和密码
- 在Git目录下执行命令:
git config --global credential.helper store
下次再输入一次 账号密码 就可以了
- 在Git目录下执行命令:
-
git pull --all
-
git rm xx.x
-
git add --all
-
git commit -m "change"
-
git push -u origin master