Configuring a remote for a fork
List the current configured remote repository for your fork.
$git remote -v
origin https://github.com/YOUR_USERNAME/YOUR_FORK.git (fetch)
origin https://github.com/YOUR_USERNAME/YOUR_FORK.git (push)继续阅读 »
more
参考原文:[ES6 In Depth: The Future](https://hacks.mozilla.org/2015/08/es6-in-depth-the-future/)
原文作者:[Jason Orendorff](https://hacks.mozilla.org/author/jorendorffmozillacom/)
原文日期:2015-08-21继续阅读 »
more
参考原文:[ES6 In Depth: Generators, continued](https://hacks.mozilla.org/2015/07/es6-in-depth-generators-continued/)
原文作者:[Jason Orendorff](https://hacks.mozilla.org/author/jorendorffmozillacom/)
原文日期:2015-07-09继续阅读 »