You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
I’m happy to announce the release of husky 5 🎉 🐺 woof! During the past years, husky has grown in complexity. With this version, I wanted to go back to something simpler, more flexible and closer to the metal. You can use husky 5 in your Open Source projects today. Thanks for your support and feedback. I hope you’ll enjoy this release <3 https://github.com/typicode/husky Faster and smallerHusky 5
Today marks the release of isomorphic-git version 1.0! 🎉 There are a lot of big improvements to celebrate. Better IDE Integration Better TypeScript Integration More Good Defaults, Fewer Bad Defaults Embrace Callbacks Future-proof API Acknowledgments 1.0 Breaking Changes Big changes Some functions have been renamed or removed: Some function parameters have been removed or replaced: The return type
var gitGraph = new GitGraph({orientation: 'vertical-reverse'}); // master ブランチ作成 var master = gitGraph.branch({ name: 'master', color: 'red', commitDefaultOptions: { color: 'red' } }); master.commit().tag('v0.0.0'); // develop ブランチ作成 var develop = gitGraph.branch({ name: 'develop', color: 'deepskyblue', commitDefaultOptions: { color: 'deepskyblue' } }); develop.commit(); // topic1 ブランチ作成 var topic
プレゼン資料を作っている時に「このコミットグラフをMarkdownかテキストで書けたらな」と思ったことがある人、結構いるのではないでしょうか。 GitGraph.js を使うと、JavaScriptで記述したコミットログをcanvasを使って可視化できることを知りました。なかなかおもしろいです。 準備 まず GitGraph.js の JavaScript と CSS ファイルを読み込みます。GitHub からソースをcloneするなり、bowerを使うなり、CDNを使うなり、お好みで。ここではコミットグラフを定義するコードも別ファイル index.js に書くことにします。 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>GitGraph.js</title> <link rel="stylesheet" type=
I'm Rodrigo Fernandes, a software engineer based in Lisbon. I mostly develop software in Scala, love functional programming and during my free time I like to contribute to open source software while listening to some nice music.
$ git clone https://github.com/tc39/ecma262.git $ cd ecma262 $ git log --grep "Normative:" es2016-draft-1...es2016-draft-20160215 commit d96e60a99a40fab2de0df329b3e5445ac27b8a8e Author: Brian Terlson <brian.terlson@microsoft.com> Date: Fri Feb 5 13:00:13 2016 -0800 Normative: Remove [[Enumerate]] and associated reflective capabilities Summary of changes: * 6.1.7.2 Removed [[Enumerate]] from the ta
Gitlet is an implemention of Git in JavaScript. Over the last six years, I've become better at using Git for version control. But my conceptions of the index, the working copy, the object graph and remotes have just grown fuzzier. Sometimes, I can only understand something by implementing it. So, I wrote Gitlet, my own version of Git. I pored over tutorials. I read articles about internals. I trie
あらかじめ読んでおくもの JavaScriptでGitを実装するKickstarterプロジェクト、28時間で資金調達 Git の仕組み (1) Git の仕組み (2) Gitの内側 js-gitとは gitをjavascriptで実装しちゃったjs-git。 わざわざgitをjavascriptで実装したからにはブラウザで使うでしょう? js-gitは「なんらかの形で表現された.gitディレクトリ」の中身をあれこれするためのAPI集です。 この「なんらかの形で表現された.gitディレクトリ」には、オンメモリとかnodejsのfs標準ライブラリのラッパとかindexedDBとかWebSQLとかいろいろあります。DOMStorage系がないのが気になりますがあんな容量でローカルリポジトリとして使うのは難しいでしょう。localStorage使いたかったらlocalStorage-dbをご自
先日紹介した chrome-Flavoured-Favicon ですが、以下のような技術によって支えられています。 gulp ビルドツール。 TypeScript 型つき JS。 Browserify JS の依存関係の解決。 AngularJS HTML と JS を綺麗に結合させる。 最後の AngularJS は TypeScript との相性を試してみたかっただけのおまけです。結果は最高に気持ちよくなれました。 ディレクトリ構成 app/ 最終的に配布する拡張本体です。ほとんどのファイルはバージョン管理されておらず、gulp によって生成されます。 src/ TypeScript のソースなどが置いてあります。基本的にこの中だけを弄る。 DefinitelyTyped/ DefinitelyTyped(TypeScript の型定義ファイル)。Git の submodule で管理
git-html5.js is a pure javascript git client library. It implements a complete Git workflow in nothing but javascript. It's meant to run in a browser environment and depends on so-called "html5" API's. Some example use cases: Browser based code editors Browser devtools ChromeOS/FirefoxOS system tools ChromeOS/FirefoxOS applications that require git support The api requires the ability to make cros
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く