Skip to content

Commit e8c60eb

Browse files
committed
rn-5: improve next tools or sites
1 parent 427d079 commit e8c60eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rev_news/drafts/edition-5.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,10 @@ __Git tools and sites__
262262
* [GitKraken](http://www.gitkraken.com/), an "intuitive git client that doesn't suck" (request an invite for a beta release)
263263
* [GitUp](http://gitup.co/), "the Git interface you've been missing all your life" (pre-release available, free to download and use)
264264
* [GitHub Desktop](https://desktop.github.com/), "an all new, unified GitHub desktop" (sign up for a sneak peek)
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/)
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 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).
268+
* [Gogs (Go Git Service)](http://gogs.io/docs/intro/), a painless self-hosted Git Service written in Go (MIT licensed)
269269
* [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)
270270
* ['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)
271271
* [Shell library to test your Unix tools like Git does ](http://mlafeldt.github.com/sharness)

0 commit comments

Comments
 (0)