Skip to content

Instantly share code, notes, and snippets.

View jwwicks's full-sized avatar
💭
Cubicle hobbit avoiding death due to boredom.

John Wicks jwwicks

💭
Cubicle hobbit avoiding death due to boredom.
  • Jwx Enterprises
  • Taft, Ca
View GitHub Profile
@kasparsd
kasparsd / wordpress-plugin-svn-to-git.md
Last active July 6, 2024 15:54
Using Git with Subversion Mirroring for WordPress Plugin Development
@barrysteyn
barrysteyn / svn-to-git.md
Last active December 26, 2022 22:32
Migrate From SVN To GIT
using System;
using System.Diagnostics;
using System.Linq;
using Newtonsoft.Json.Linq;
using Octokit.Helpers;
using Utility;
namespace GitHub.Models
{
/// <summary>