Debugging a git-svn issue by using `git svn clone` on a GitHub subversion URL. I've come full circle!
Related Posts
Ooh, difftastic is now listed on the official git website! https://git-scm.com/tools/command-line
New version of difftastic is out! In this release:
* Improved git integration
* Polished the side-by-side display, particularly on large screens
* Fixed a nasty crash
https://github.com/Wilfred/difftastic/releases/tag/0.61.0
I'm never sure what to name my remotes in git. I tend to use 'mine' so I can add other forks later, but sometimes I use 'gh' or the traditional 'origin'.
What do others use?