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
Copy file name to clipboardExpand all lines: rev_news/drafts/edition-5.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -264,11 +264,11 @@ __Git tools and sites__
264
264
*[GitHub Desktop](https://desktop.github.com/), "an all new, unified GitHub desktop" (sign up for a sneak peek)
265
265
*[ASFMirror](https://a-sf-mirror.github.io/), a collection of, and a guide for projects that are to move from SourceForge to GitHub
266
266
*[Rewind](https://github.com/gilesbowkett/rewind), a small library of handy git analysis scripts roughly inspired by Gary Bernhardt's Destroy All Software screencasts (no license stated)
267
-
*[git-meld-index](https://github.com/jjlee/git-meld-index), run meld or any git difftool (kdiff3, diffuse, etc) to interactively stage changes (GPLv2)
268
-
*[Gogs (Go Git Service)](http://gogs.io/docs/intro/), a painless self-hosted Git Service written in Go (MIT licensed)
267
+
*[git-meld-index](https://github.com/jjlee/git-meld-index), run meld or any git difftool (kdiff3, diffuse, etc) to interactively stage changes (GPLv2 license)
268
+
*[Gogs (Go Git Service)](http://gogs.io/docs/intro/), a painless self-hosted Git Service written in Go (MIT license)
269
269
*[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)
270
270
*[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')
271
-
*[Sharness](http://mlafeldt.github.com/sharness), a portable shell library, extracted from Git in 2011, to test your Unix tools like Git does (GPLv2)
271
+
*[Sharness](http://mlafeldt.github.com/sharness), a portable shell library, extracted from Git in 2011, to test your Unix tools like Git does (GPLv2 license)
272
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
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)
274
274
*[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/)
0 commit comments