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
using System;
using System.Diagnostics;
using System.Linq;
using Newtonsoft.Json.Linq;
using Octokit.Helpers;
using Utility;
namespace GitHub.Models
{
/// <summary>
@barrysteyn
barrysteyn / svn-to-git.md
Last active October 10, 2024 12:27
Migrate From SVN To GIT
@kasparsd
kasparsd / wordpress-plugin-svn-to-git.md
Last active November 25, 2024 14:56
Using Git with Subversion Mirroring for WordPress Plugin Development