git 操作记录

 

 

参考链接

  git 忽略指定类型的文件_Java小白入门,Git忽略文件.gitignore详解

  git push命令

  git pull命令

  【git】 全局设置用户名、密码、邮箱

  git一次性设置用户名密码

 1 在你处于一个本地仓库中,马上要提交代码到远程仓库的时候开始执行下列命令;
 3 git config --global credential.helper store
 5 git config --global user.email "你的邮箱"
 7 git config --global user.name "你的github用户名"
 9 git push
11 输入你的用户名、密码,这时候已经系统已经将你的用户名密码全局保存,以后就不必再输入了。

  Git 进阶之设置别名

 

VS CODE 插件安装:

  VSCode插件下载及引入

posted @ 2022-10-10 09:14  博客园—哆啦A梦  阅读(32)  评论(0)    收藏  举报