Visual Studio Code(vscode) git的使用教程

作者:Harry_tree 时间:2021-09-30 05:34:15 

本文介绍了Visual Studio Code(vscode) git的使用,分享给大家,具体如下:

1.创建一个github账号

Visual Studio Code(vscode) git的使用教程 

2.在vscode中执行命令


echo "# C-Tests" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/harryluo163/C-Tests.git
git push -u origin master

执行时候会让你属于账户密码,vscode

先按照提示去下载git

1.安装

Git:


sudo apt-get install git

全局配置


git config --global user.name "YourName"
git config --global user.email YourName@gmail.com

查看配置


git config user.name
git config user.email



git config --list

或查看一下文件


~/.gitconfig

3.回到vs code打开git工作区就会看到所有代码显示在这里

Visual Studio Code(vscode) git的使用教程

Visual Studio Code(vscode) git的使用教程

4.然后按提示随便在消息框里输入一个消息,再按ctrl+enter提交

Visual Studio Code(vscode) git的使用教程

5.然后把所有暂存的代码push云端

Visual Studio Code(vscode) git的使用教程 

6.打开github,发生改变了哦

Visual Studio Code(vscode) git的使用教程 

来源:http://blog.csdn.net/q3585914/article/details/68924116

标签:Visual,Studio,Code,git
0
投稿

猜你喜欢

  • 徒手之劳:七种来减少网站重复内容的方法

    2009-01-22 15:21:00
  • Linux命令详解之less命令

    2022-03-29 17:49:09
  • Google视频搜索广告凸显出的野心

    2008-02-24 15:02:00
  • 数据安全谈:看 NFS网络文件系统的安全

    2009-03-09 12:47:00
  • 把域名转移到Godaddy图文教程

    2010-04-07 12:30:00
  • 安装使用Vmware出现的问题及解决方法

    2022-05-07 04:12:49
  • 中国商业网址经验谈之网站评论体系

    2009-02-03 08:42:00
  • 使用织梦建站两年 网站优化上的经验分享

    2009-01-08 14:51:00
  • vmware vSAN入门小结

    2023-02-07 15:40:45
  • 向唐三藏取推广之经

    2009-11-06 06:51:00
  • 防范SQL注入漏洞asp代码

    2007-10-07 12:31:00
  • Windows环境下使Apache支持ASP.NET

    2010-05-14 18:23:00
  • FTP服务器关于权限的问题

    2009-01-22 16:06:00
  • 怎样识别诈骗网站-网赚新手注意系列

    2010-05-10 15:18:00
  • 阿里云云服务器Windows 2008下IIS添加网站绑定域名图文教程

    2023-08-05 19:09:46
  • Windows2008的可重启AD配置攻略

    2009-02-12 13:36:00
  • VMware虚拟机实用经验总结大全

    2023-07-11 20:44:29
  • 分级防御 针对Linux服务器攻击防范

    2009-09-20 20:04:00
  • eAccelerator参数详解

    2010-02-10 12:24:00
  • 新手建站经验谈

    2007-08-05 13:41:00
  • asp之家 网站运营 m.aspxhome.com