git.js

码农软件 · 软件分类 · Git开源工具 · 2019-11-05 15:57:14

软件介绍

git.js 是用 JavaScript 实现的 Git 客户端,包括:

  • 基于 node.js 的命令行客户端
  • 可通过浏览器访问资料库的 API

当前命令行版本实现了:

  • git.js log (shows 10 commits)
  • git.js branch (listing local branches)
  • git.js show SHA (show object information)

客户端API实现了:

  • creating an in-memory repo
  • fetching remote objects through the dumb or smart HTTP git protocols
  • browsing the object graph
  • creating HTML object diffs

本文地址:https://www.codercto.com/soft/d/18332.html

离散数学及其应用

离散数学及其应用

SusannaS.Epp / 高等教育出版社 / 2005-3-1 / 63.0

离散数学及其应用:英文本,ISBN:9787040162301,作者:( )Susanna S.Epp著一起来看看 《离散数学及其应用》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具