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
+15-15
Original file line number
Diff line number
Diff line change
@@ -259,21 +259,21 @@ __Light reading__
259
259
260
260
__Git tools and sites__
261
261
262
-
*[GitKraken is an "intuitive git client that doesn't suck"](http://www.gitkraken.com/)
263
-
*["The Git interface you've been missingall your life"](http://gitup.co/)
264
-
*[An all new, unified GitHub desktop (not released at the time of writing)](https://desktop.github.com/)
265
-
*[ASFMirror is a collection of, and a guide for projects that are move from SourceForge to GitHub.](https://a-sf-mirror.github.io/)
266
-
*[Rewind: A small library of handy git analysis scripts roughly inspired by Gary Bernhardt's Destroy All Software screencasts](https://github.com/gilesbowkett/rewind)
267
-
*[Run meld or any git difftool to interactively stage changes. git-meld-index runs meld -- or any other git difftool (kdiff3, diffuse, etc.) -- to allow you to interactively stage changes to the git index (also known as the git staging area).](https://github.com/jjlee/git-meld-index)
268
-
*[Gogs(Go Git Service) is a painless self-hosted Git Service written in Go.](http://gogs.io/docs/intro/)
269
-
*[Integrating GIT commit flow with your own editor with ease. FastCommit focuses on the commit flow for improving the development cycle.](https://github.com/c9s/FastCommit)
270
-
*['git inject' is a git alias (see code at the bottom). It is similar to 'git commit --amend', but it allows you to 'inject' your changes into commits further back in history (using 'rebase').](https://news.ycombinator.com/item?id=9705690)
271
-
*[Shell libraryto test your Unix tools like Git does ](http://mlafeldt.github.com/sharness)
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/)
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/)
275
-
*[Gkv is a simple git wrapper that allows you to use it as a kv store](https://github.com/ybur-yug/gkv)
276
-
*[Minimalistic git log based chat](https://github.com/oflisback/gitlogchat)
262
+
*[GitKraken](http://www.gitkraken.com/), an "intuitive git client that doesn't suck" (request an invite for a beta release)
263
+
*[GitUp](http://gitup.co/), "the Git interface you've been missing all your life" (pre-release available, free to download and use)
264
+
*[GitHub Desktop](https://desktop.github.com/), "an all new, unified GitHub desktop" (sign up for a sneak peek)
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
+
*[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 license)
268
+
*[Gogs(Go Git Service)](http://gogs.io/docs/intro/), a painless self-hosted Git Service written in Go (MIT license)
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
+
*[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 license)
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)
274
+
*[Gitgo](https://github.com/ChimeraCoder/gitgo/), Go functions for interacting with Git repositories. Unlike libgit2, which is written in C, Gitgo is written in pure Go (no license)
275
+
*[Gkv](https://github.com/ybur-yug/gkv), a simple git wrapper that allows you to use it as a kv store (WTFPL license)
276
+
*[gitlogchat](https://github.com/oflisback/gitlogchat), a "minimalistic git log based chat" (MIT license)
277
277
*[Gipeda the Git Performance Dashboard](https://github.com/nomeata/gipeda)
278
278
*[Handling large files in git via symlinks](https://github.com/cdunn2001/git-sym)
279
279
*[Pulla lets you pull code into all folder containing git projects ](https://github.com/shubhamchaudhary/pulla)
0 commit comments