A Step-By-Step Guide from Unboxing to Creative Coding
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using UIKit; | |
using Microsoft.CodeAnalysis; | |
using System.Linq; | |
using Microsoft.CodeAnalysis.Host; | |
using System.Collections.Generic; | |
namespace RR | |
{ | |
public class TestVC : UITableViewController |
This guide on how to convert an SVN repository to a git repository was mostly taken from John Albin Wilkins post on Converting a Subversion repository to Git.