美文网首页让前端飞Web前端之路
快速查看Git仓库的源代码的插件

快速查看Git仓库的源代码的插件

作者: 爱写Bug的程序猿 | 来源:发表于2020-03-11 15:32 被阅读0次

😯 warning: please install TanpermonKey

注意:请先安装 破油猴

FastGitCode

version 1.0.0

FastGitCode is a TanpermonKey plugin that allows you to quickly view GitHub source code in a vscode-like manner.

FastGitCode是一个可以快速的使用类似于vscode方式查看GitHub源码的TanpermonKey插件。

use

使用方法

Fast step: install plugin

第一步: 安装插件

use chrome open this url https://greasyfork.org/zh-CN/scripts/397712-fastgitcode.

用chrome浏览器打开这个网页.

click this green buton

click this green button.

点击这个绿色的按钮.

click blue btn

Click the button in the red box.

点击红框内的按钮.

ok!

安装完成

The second step: use plugin

第二步:使用插件

Open a git repository

Click the button in the red box

Click blue Button.

点击蓝色的按钮

ok!

ok!

成功!

欢迎来Start

相关文章

  • 快速查看Git仓库的源代码的插件

    ? warning: please install TanpermonKey 注意:请先安装 破油猴 FastGi...

  • Git远程配置

    Git远程查看  Git查看远程仓库 Git远程参数 Git配置远程仓库

  • 常用的git命令

    1,git init创建git仓库 2,git status 查看git仓库 3,git diff 查看这次与上次...

  • Git基本操作(二)

    本地库操作 1. 查看(status) git status 查看当前仓库状态 git log 查看当前仓库的历史...

  • 修改远程git仓库地址

    git remote 查看所有远程仓库, git remote xxx 查看指定远程仓库地址 git remote...

  • git已学习博文推荐

    1.廖雪峰的git教程(推荐),可以快速学习下git 2.Eclipse使用EGit插件 把本地代码提交到远程仓库...

  • git remote

    git remote 查看远程仓库信息,显示的是远程仓库的名字git remote -v查看远程仓库的详细信息,会...

  • git 查看、添加、删除 远程仓库

    查看远程仓库地址git remote -v(去掉-v可查看远程仓库名 ) 添加远程仓库地址git remote a...

  • Git

    Git 配置git 创建版本库: 把一个文件放到Git仓库: 查看仓库状态: 查看修改内容: 查看提交日志 版本回...

  • Git---Remote(远程仓库)

    查看远程仓库1.列出远程仓库:$ git remote -v2.查看某个远程仓库的详细信息:$ git remot...

网友评论

    本文标题:快速查看Git仓库的源代码的插件

    本文链接:https://www.haomeiwen.com/subject/nymcjhtx.html