博客
关于我
VSCode插件(一)—— Git Graph和GitLens
阅读量:616 次
发布时间:2019-03-13

本文共 299 字,大约阅读时间需要 1 分钟。

一、下载安装 Git Graph和GitLens

     Git Graph是类似于SOurceTree的可视化版本控制插件,可以更新、提交代码,查看提交记录,审视代码。

     GitLenshi源代码管理插件,在git多人协作的时候,在源代码中需要查看更改日志。

     两款插件搭配起来使用,绝对比SourceTree用起来方便快捷许多。如下图下载并安装两款插件

     

 

二、基本操作

1:打开一个空文件夹并初始化存储库。

               

 2:克隆远程仓库的代码。

 

 3:克隆成功后,可以远程修改后提交代码。

 

 

三、推送分支

     创建一个新的分支后,需在左侧的“BRANCHES”栏目提交需要上传的分支,而后在左侧的“COMMITS”推送分支更改。

 

转载地址:http://rdqaz.baihongyu.com/

你可能感兴趣的文章
PHP系列:使用PHP实现登录注册功能的完整指南
查看>>
Python&aconda系列:cmd/powershell/anaconda prompt提示“系统找不到指定的路径”(亲测有效)
查看>>
Python&aconda系列:conda踩坑记录2.UnsatisfiableError: The following specifications were found to be incompa
查看>>
Python&aconda系列:Jupyter Notebook快速上手、深度学习库PyTorch安装
查看>>
Python&aconda系列:(W&L)Conda使用faiss-gpu报错及解决办法、安装numpy的坑、cmd执行Python脚本找不到第三方库、安装tensorflow-gpu时遇到的from
查看>>
python&anconda 系列:Pycharm在debug问题的N种解决方案(一般程序、web方向、人工智能方向)
查看>>
python&anconda系列(亲测有效):tensorflow AttributeError: ‘str’ object has no attribute ‘decode’
查看>>
python&anconda系列:tf.keras.backend.get_session()和keras.backend.get_会话()返回不同的会话对象(待解答)
查看>>
"WARNING: Increasing RAM size to 1GB" and "Cannot set up guest memory 'xxx.ram': Invalid argument".
查看>>
#if 0 #elif 1 #else #endif 用法
查看>>
#include <gdiplus.h>出错
查看>>
$ajax({}).done 和 $ajax({}) success 区别
查看>>
'ascii' codec can't encode characters in position 0-4: ordinal not in range(128)
查看>>
(反射+内省机制的运用)处理jdbc的结果集
查看>>
(反射+内省机制的运用)简单模拟spring IoC容器的操作
查看>>
(转)SQLServer全局变量
查看>>
(转)tomcat7.0 manager app和host manager web管理
查看>>
(转)【英雄会即时报道】五大CTO畅谈软件公司如何招聘技术人才
查看>>
(转)使用公用表表达式的递归查询(SQLSERVER2005)
查看>>
(转)在CListView列表视图中添加右键菜单的方法
查看>>