Skip to content

Commit 9509314

Browse files
committed
rn-5: improve a few more tools
1 parent f52fd28 commit 9509314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rev_news/drafts/edition-5.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ __Git tools and sites__
269269
* [FastCommit](https://github.com/c9s/FastCommit), "integrating GIT commit flow with your own editor with ease", focuses on the commit flow for improving the development cycle (only a README with a screenshot for now)
270270
* [git inject](https://news.ycombinator.com/item?id=9705690), a git alias, similar to `git commit --amend`, but it allows you to 'inject' your changes into commits further back in history (using 'rebase')
271271
* [Sharness](http://mlafeldt.github.com/sharness), a portable shell library, extracted from Git in 2011, to test your Unix tools like Git does (GPLv2)
272-
* [With Eclipse Mars, there is now support for Git Flow directly from Eclipse.](http://eclipsesource.com/blogs/2015/06/22/git-flow-top-eclipse-mars-feature-3/)
273-
* [New Git repositories hosting features on the Google Cloud Platform](https://cloud.google.com/tools/cloud-repositories/)
272+
* [Git Flow support in Eclipse](http://eclipsesource.com/blogs/2015/06/22/git-flow-top-eclipse-mars-feature-3/), "with Eclipse Mars, there is now support for Git Flow directly from Eclipse" (Eclipse Public License v1.0)
273+
* [Google Cloud Source Repositories](https://cloud.google.com/tools/cloud-repositories/), new Git repository hosting features on the Google Cloud Platform (free beta up to 500MB)
274274
* [Gitgo provides Go functions for interacting with Git repositories. Unlike libgit2, which is written in C, Gitgo is written in pure Go,](https://github.com/ChimeraCoder/gitgo/)
275275
* [Gkv is a simple git wrapper that allows you to use it as a kv store](https://github.com/ybur-yug/gkv)
276276
* [Minimalistic git log based chat](https://github.com/oflisback/gitlogchat)

0 commit comments

Comments
 (0)