Getting the Gui to show gits files.
[Widgit.git] / Git / Remote.cs
blob06b1bae09f84a8896559fcfef2d0dee3946ef6b6
1 using System;
2 using System.Collections.Generic;
3 using System.Text;
5 namespace Git
7 public class Remote : Branch
9 public Remote(string name) : base(name)